Class GetApiDeploymentRequest.Builder (0.83.0)

public static final class GetApiDeploymentRequest.Builder extends GeneratedMessage.Builder<GetApiDeploymentRequest.Builder> implements GetApiDeploymentRequestOrBuilder

Request message for GetApiDeployment.

Protobuf type google.cloud.apigeeregistry.v1.GetApiDeploymentRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetApiDeploymentRequest build()
Returns
Type Description
GetApiDeploymentRequest

buildPartial()

public GetApiDeploymentRequest buildPartial()
Returns
Type Description
GetApiDeploymentRequest

clear()

public GetApiDeploymentRequest.Builder clear()
Returns
Type Description
GetApiDeploymentRequest.Builder
Overrides

clearName()

public GetApiDeploymentRequest.Builder clearName()

Required. The name of the deployment to retrieve. Format: projects/*/locations/*/apis/*/deployments/*

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetApiDeploymentRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetApiDeploymentRequest getDefaultInstanceForType()
Returns
Type Description
GetApiDeploymentRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the deployment to retrieve. Format: projects/*/locations/*/apis/*/deployments/*

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the deployment to retrieve. Format: projects/*/locations/*/apis/*/deployments/*

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetApiDeploymentRequest other)

public GetApiDeploymentRequest.Builder mergeFrom(GetApiDeploymentRequest other)
Parameter
Name Description
other GetApiDeploymentRequest
Returns
Type Description
GetApiDeploymentRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetApiDeploymentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetApiDeploymentRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetApiDeploymentRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetApiDeploymentRequest.Builder
Overrides

setName(String value)

public GetApiDeploymentRequest.Builder setName(String value)

Required. The name of the deployment to retrieve. Format: projects/*/locations/*/apis/*/deployments/*

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetApiDeploymentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetApiDeploymentRequest.Builder setNameBytes(ByteString value)

Required. The name of the deployment to retrieve. Format: projects/*/locations/*/apis/*/deployments/*

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetApiDeploymentRequest.Builder

This builder for chaining.