Class GetDeliveryPipelineRequest.Builder (1.83.0)

public static final class GetDeliveryPipelineRequest.Builder extends GeneratedMessage.Builder<GetDeliveryPipelineRequest.Builder> implements GetDeliveryPipelineRequestOrBuilder

The request object for GetDeliveryPipeline

Protobuf type google.cloud.deploy.v1.GetDeliveryPipelineRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetDeliveryPipelineRequest build()
Returns
Type Description
GetDeliveryPipelineRequest

buildPartial()

public GetDeliveryPipelineRequest buildPartial()
Returns
Type Description
GetDeliveryPipelineRequest

clear()

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

clearName()

public GetDeliveryPipelineRequest.Builder clearName()

Required. Name of the DeliveryPipeline. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}.

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

Returns
Type Description
GetDeliveryPipelineRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDeliveryPipelineRequest getDefaultInstanceForType()
Returns
Type Description
GetDeliveryPipelineRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the DeliveryPipeline. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the DeliveryPipeline. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}.

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(GetDeliveryPipelineRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetDeliveryPipelineRequest.Builder setName(String value)

Required. Name of the DeliveryPipeline. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetDeliveryPipelineRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetDeliveryPipelineRequest.Builder setNameBytes(ByteString value)

Required. Name of the DeliveryPipeline. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}.

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
GetDeliveryPipelineRequest.Builder

This builder for chaining.