Class DeliveryPipeline.Builder (1.40.0)

public static final class DeliveryPipeline.Builder extends GeneratedMessageV3.Builder<DeliveryPipeline.Builder> implements DeliveryPipelineOrBuilder

A DeliveryPipeline resource in the Cloud Deploy API.

A DeliveryPipeline defines a pipeline through which a Skaffold configuration can progress.

Protobuf type google.cloud.deploy.v1.DeliveryPipeline

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeliveryPipeline.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeliveryPipeline.Builder
Overrides

build()

public DeliveryPipeline build()
Returns
Type Description
DeliveryPipeline

buildPartial()

public DeliveryPipeline buildPartial()
Returns
Type Description
DeliveryPipeline

clear()

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

clearAnnotations()

public DeliveryPipeline.Builder clearAnnotations()
Returns
Type Description
DeliveryPipeline.Builder

clearCondition()

public DeliveryPipeline.Builder clearCondition()

Output only. Information around the state of the Delivery Pipeline.

.google.cloud.deploy.v1.PipelineCondition condition = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeliveryPipeline.Builder

clearCreateTime()

public DeliveryPipeline.Builder clearCreateTime()

Output only. Time at which the pipeline was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeliveryPipeline.Builder

clearDescription()

public DeliveryPipeline.Builder clearDescription()

Description of the DeliveryPipeline. Max length is 255 characters.

string description = 3;

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

clearEtag()

public DeliveryPipeline.Builder clearEtag()

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 10;

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DeliveryPipeline.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DeliveryPipeline.Builder
Overrides

clearLabels()

public DeliveryPipeline.Builder clearLabels()
Returns
Type Description
DeliveryPipeline.Builder

clearName()

public DeliveryPipeline.Builder clearName()

Optional. Name of the DeliveryPipeline. Format is projects/{project}/locations/{location}/deliveryPipelines/a-z{0,62}.

string name = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeliveryPipeline.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DeliveryPipeline.Builder
Overrides

clearPipeline()

public DeliveryPipeline.Builder clearPipeline()
Returns
Type Description
DeliveryPipeline.Builder

clearSerialPipeline()

public DeliveryPipeline.Builder clearSerialPipeline()

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

.google.cloud.deploy.v1.SerialPipeline serial_pipeline = 8;

Returns
Type Description
DeliveryPipeline.Builder

clearSuspended()

public DeliveryPipeline.Builder clearSuspended()

When suspended, no new releases or rollouts can be created, but in-progress ones will complete.

bool suspended = 12;

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

clearUid()

public DeliveryPipeline.Builder clearUid()

Output only. Unique identifier of the DeliveryPipeline.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

clearUpdateTime()

public DeliveryPipeline.Builder clearUpdateTime()

Output only. Most recent time at which the pipeline was updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeliveryPipeline.Builder

clone()

public DeliveryPipeline.Builder clone()
Returns
Type Description
DeliveryPipeline.Builder
Overrides

containsAnnotations(String key)

public boolean containsAnnotations(String key)

User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.

map<string, string> annotations = 4;

Parameter
Name Description
key String
Returns
Type Description
boolean

containsLabels(String key)

public boolean containsLabels(String key)

Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

  • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
  • All characters must use UTF-8 encoding, and international characters are allowed.
  • Keys must start with a lowercase letter or international character.
  • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

map<string, string> labels = 5;

Parameter
Name Description
key String
Returns
Type Description
boolean

getAnnotations() (deprecated)

public Map<String,String> getAnnotations()

Use #getAnnotationsMap() instead.

Returns
Type Description
Map<String,String>

getAnnotationsCount()

public int getAnnotationsCount()

User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.

map<string, string> annotations = 4;

Returns
Type Description
int

getAnnotationsMap()

public Map<String,String> getAnnotationsMap()

User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.

map<string, string> annotations = 4;

Returns
Type Description
Map<String,String>

getAnnotationsOrDefault(String key, String defaultValue)

public String getAnnotationsOrDefault(String key, String defaultValue)

User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.

map<string, string> annotations = 4;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getAnnotationsOrThrow(String key)

public String getAnnotationsOrThrow(String key)

User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.

map<string, string> annotations = 4;

Parameter
Name Description
key String
Returns
Type Description
String

getCondition()

public PipelineCondition getCondition()

Output only. Information around the state of the Delivery Pipeline.

.google.cloud.deploy.v1.PipelineCondition condition = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PipelineCondition

The condition.

getConditionBuilder()

public PipelineCondition.Builder getConditionBuilder()

Output only. Information around the state of the Delivery Pipeline.

.google.cloud.deploy.v1.PipelineCondition condition = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PipelineCondition.Builder

getConditionOrBuilder()

public PipelineConditionOrBuilder getConditionOrBuilder()

Output only. Information around the state of the Delivery Pipeline.

.google.cloud.deploy.v1.PipelineCondition condition = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PipelineConditionOrBuilder

getCreateTime()

public Timestamp getCreateTime()

Output only. Time at which the pipeline was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Time at which the pipeline was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Time at which the pipeline was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public DeliveryPipeline getDefaultInstanceForType()
Returns
Type Description
DeliveryPipeline

getDescription()

public String getDescription()

Description of the DeliveryPipeline. Max length is 255 characters.

string description = 3;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Description of the DeliveryPipeline. Max length is 255 characters.

string description = 3;

Returns
Type Description
ByteString

The bytes for description.

getDescriptorForType()

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

getEtag()

public String getEtag()

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 10;

Returns
Type Description
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 10;

Returns
Type Description
ByteString

The bytes for etag.

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

  • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
  • All characters must use UTF-8 encoding, and international characters are allowed.
  • Keys must start with a lowercase letter or international character.
  • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

map<string, string> labels = 5;

Returns
Type Description
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

  • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
  • All characters must use UTF-8 encoding, and international characters are allowed.
  • Keys must start with a lowercase letter or international character.
  • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

map<string, string> labels = 5;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

  • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
  • All characters must use UTF-8 encoding, and international characters are allowed.
  • Keys must start with a lowercase letter or international character.
  • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

map<string, string> labels = 5;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

  • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
  • All characters must use UTF-8 encoding, and international characters are allowed.
  • Keys must start with a lowercase letter or international character.
  • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

map<string, string> labels = 5;

Parameter
Name Description
key String
Returns
Type Description
String

getMutableAnnotations() (deprecated)

public Map<String,String> getMutableAnnotations()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getName()

public String getName()

Optional. Name of the DeliveryPipeline. Format is projects/{project}/locations/{location}/deliveryPipelines/a-z{0,62}.

string name = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Optional. Name of the DeliveryPipeline. Format is projects/{project}/locations/{location}/deliveryPipelines/a-z{0,62}.

string name = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for name.

getPipelineCase()

public DeliveryPipeline.PipelineCase getPipelineCase()
Returns
Type Description
DeliveryPipeline.PipelineCase

getSerialPipeline()

public SerialPipeline getSerialPipeline()

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

.google.cloud.deploy.v1.SerialPipeline serial_pipeline = 8;

Returns
Type Description
SerialPipeline

The serialPipeline.

getSerialPipelineBuilder()

public SerialPipeline.Builder getSerialPipelineBuilder()

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

.google.cloud.deploy.v1.SerialPipeline serial_pipeline = 8;

Returns
Type Description
SerialPipeline.Builder

getSerialPipelineOrBuilder()

public SerialPipelineOrBuilder getSerialPipelineOrBuilder()

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

.google.cloud.deploy.v1.SerialPipeline serial_pipeline = 8;

Returns
Type Description
SerialPipelineOrBuilder

getSuspended()

public boolean getSuspended()

When suspended, no new releases or rollouts can be created, but in-progress ones will complete.

bool suspended = 12;

Returns
Type Description
boolean

The suspended.

getUid()

public String getUid()

Output only. Unique identifier of the DeliveryPipeline.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The uid.

getUidBytes()

public ByteString getUidBytes()

Output only. Unique identifier of the DeliveryPipeline.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for uid.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. Most recent time at which the pipeline was updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. Most recent time at which the pipeline was updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Most recent time at which the pipeline was updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCondition()

public boolean hasCondition()

Output only. Information around the state of the Delivery Pipeline.

.google.cloud.deploy.v1.PipelineCondition condition = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the condition field is set.

hasCreateTime()

public boolean hasCreateTime()

Output only. Time at which the pipeline was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasSerialPipeline()

public boolean hasSerialPipeline()

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

.google.cloud.deploy.v1.SerialPipeline serial_pipeline = 8;

Returns
Type Description
boolean

Whether the serialPipeline field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. Most recent time at which the pipeline was updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

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

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCondition(PipelineCondition value)

public DeliveryPipeline.Builder mergeCondition(PipelineCondition value)

Output only. Information around the state of the Delivery Pipeline.

.google.cloud.deploy.v1.PipelineCondition condition = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value PipelineCondition
Returns
Type Description
DeliveryPipeline.Builder

mergeCreateTime(Timestamp value)

public DeliveryPipeline.Builder mergeCreateTime(Timestamp value)

Output only. Time at which the pipeline was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
DeliveryPipeline.Builder

mergeFrom(DeliveryPipeline other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeSerialPipeline(SerialPipeline value)

public DeliveryPipeline.Builder mergeSerialPipeline(SerialPipeline value)

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

.google.cloud.deploy.v1.SerialPipeline serial_pipeline = 8;

Parameter
Name Description
value SerialPipeline
Returns
Type Description
DeliveryPipeline.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeliveryPipeline.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeliveryPipeline.Builder
Overrides

mergeUpdateTime(Timestamp value)

public DeliveryPipeline.Builder mergeUpdateTime(Timestamp value)

Output only. Most recent time at which the pipeline was updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
DeliveryPipeline.Builder

putAllAnnotations(Map<String,String> values)

public DeliveryPipeline.Builder putAllAnnotations(Map<String,String> values)

User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.

map<string, string> annotations = 4;

Parameter
Name Description
values Map<String,String>
Returns
Type Description
DeliveryPipeline.Builder

putAllLabels(Map<String,String> values)

public DeliveryPipeline.Builder putAllLabels(Map<String,String> values)

Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

  • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
  • All characters must use UTF-8 encoding, and international characters are allowed.
  • Keys must start with a lowercase letter or international character.
  • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

map<string, string> labels = 5;

Parameter
Name Description
values Map<String,String>
Returns
Type Description
DeliveryPipeline.Builder

putAnnotations(String key, String value)

public DeliveryPipeline.Builder putAnnotations(String key, String value)

User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.

map<string, string> annotations = 4;

Parameters
Name Description
key String
value String
Returns
Type Description
DeliveryPipeline.Builder

putLabels(String key, String value)

public DeliveryPipeline.Builder putLabels(String key, String value)

Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

  • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
  • All characters must use UTF-8 encoding, and international characters are allowed.
  • Keys must start with a lowercase letter or international character.
  • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

map<string, string> labels = 5;

Parameters
Name Description
key String
value String
Returns
Type Description
DeliveryPipeline.Builder

removeAnnotations(String key)

public DeliveryPipeline.Builder removeAnnotations(String key)

User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.

map<string, string> annotations = 4;

Parameter
Name Description
key String
Returns
Type Description
DeliveryPipeline.Builder

removeLabels(String key)

public DeliveryPipeline.Builder removeLabels(String key)

Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints:

  • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
  • All characters must use UTF-8 encoding, and international characters are allowed.
  • Keys must start with a lowercase letter or international character.
  • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

map<string, string> labels = 5;

Parameter
Name Description
key String
Returns
Type Description
DeliveryPipeline.Builder

setCondition(PipelineCondition value)

public DeliveryPipeline.Builder setCondition(PipelineCondition value)

Output only. Information around the state of the Delivery Pipeline.

.google.cloud.deploy.v1.PipelineCondition condition = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value PipelineCondition
Returns
Type Description
DeliveryPipeline.Builder

setCondition(PipelineCondition.Builder builderForValue)

public DeliveryPipeline.Builder setCondition(PipelineCondition.Builder builderForValue)

Output only. Information around the state of the Delivery Pipeline.

.google.cloud.deploy.v1.PipelineCondition condition = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue PipelineCondition.Builder
Returns
Type Description
DeliveryPipeline.Builder

setCreateTime(Timestamp value)

public DeliveryPipeline.Builder setCreateTime(Timestamp value)

Output only. Time at which the pipeline was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
DeliveryPipeline.Builder

setCreateTime(Timestamp.Builder builderForValue)

public DeliveryPipeline.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Time at which the pipeline was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DeliveryPipeline.Builder

setDescription(String value)

public DeliveryPipeline.Builder setDescription(String value)

Description of the DeliveryPipeline. Max length is 255 characters.

string description = 3;

Parameter
Name Description
value String

The description to set.

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public DeliveryPipeline.Builder setDescriptionBytes(ByteString value)

Description of the DeliveryPipeline. Max length is 255 characters.

string description = 3;

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

setEtag(String value)

public DeliveryPipeline.Builder setEtag(String value)

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 10;

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeliveryPipeline.Builder setEtagBytes(ByteString value)

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 10;

Parameter
Name Description
value ByteString

The bytes for etag to set.

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DeliveryPipeline.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeliveryPipeline.Builder
Overrides

setName(String value)

public DeliveryPipeline.Builder setName(String value)

Optional. Name of the DeliveryPipeline. Format is projects/{project}/locations/{location}/deliveryPipelines/a-z{0,62}.

string name = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeliveryPipeline.Builder setNameBytes(ByteString value)

Optional. Name of the DeliveryPipeline. Format is projects/{project}/locations/{location}/deliveryPipelines/a-z{0,62}.

string name = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DeliveryPipeline.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DeliveryPipeline.Builder
Overrides

setSerialPipeline(SerialPipeline value)

public DeliveryPipeline.Builder setSerialPipeline(SerialPipeline value)

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

.google.cloud.deploy.v1.SerialPipeline serial_pipeline = 8;

Parameter
Name Description
value SerialPipeline
Returns
Type Description
DeliveryPipeline.Builder

setSerialPipeline(SerialPipeline.Builder builderForValue)

public DeliveryPipeline.Builder setSerialPipeline(SerialPipeline.Builder builderForValue)

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

.google.cloud.deploy.v1.SerialPipeline serial_pipeline = 8;

Parameter
Name Description
builderForValue SerialPipeline.Builder
Returns
Type Description
DeliveryPipeline.Builder

setSuspended(boolean value)

public DeliveryPipeline.Builder setSuspended(boolean value)

When suspended, no new releases or rollouts can be created, but in-progress ones will complete.

bool suspended = 12;

Parameter
Name Description
value boolean

The suspended to set.

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

setUid(String value)

public DeliveryPipeline.Builder setUid(String value)

Output only. Unique identifier of the DeliveryPipeline.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The uid to set.

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

setUidBytes(ByteString value)

public DeliveryPipeline.Builder setUidBytes(ByteString value)

Output only. Unique identifier of the DeliveryPipeline.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for uid to set.

Returns
Type Description
DeliveryPipeline.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final DeliveryPipeline.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeliveryPipeline.Builder
Overrides

setUpdateTime(Timestamp value)

public DeliveryPipeline.Builder setUpdateTime(Timestamp value)

Output only. Most recent time at which the pipeline was updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
DeliveryPipeline.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public DeliveryPipeline.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. Most recent time at which the pipeline was updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DeliveryPipeline.Builder