Class DeliveryPipeline.Builder (1.39.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeliveryPipeline.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeliveryPipeline.Builder
Overrides

build()

public DeliveryPipeline build()
Returns
TypeDescription
DeliveryPipeline

buildPartial()

public DeliveryPipeline buildPartial()
Returns
TypeDescription
DeliveryPipeline

clear()

public DeliveryPipeline.Builder clear()
Returns
TypeDescription
DeliveryPipeline.Builder
Overrides

clearAnnotations()

public DeliveryPipeline.Builder clearAnnotations()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
DeliveryPipeline.Builder

clearDescription()

public DeliveryPipeline.Builder clearDescription()

Description of the DeliveryPipeline. Max length is 255 characters.

string description = 3;

Returns
TypeDescription
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
TypeDescription
DeliveryPipeline.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DeliveryPipeline.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DeliveryPipeline.Builder
Overrides

clearLabels()

public DeliveryPipeline.Builder clearLabels()
Returns
TypeDescription
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
TypeDescription
DeliveryPipeline.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeliveryPipeline.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DeliveryPipeline.Builder
Overrides

clearPipeline()

public DeliveryPipeline.Builder clearPipeline()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
DeliveryPipeline.Builder

clone()

public DeliveryPipeline.Builder clone()
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
boolean

getAnnotations() (deprecated)

public Map<String,String> getAnnotations()

Use #getAnnotationsMap() instead.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
keyString
defaultValueString
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public DeliveryPipeline getDefaultInstanceForType()
Returns
TypeDescription
DeliveryPipeline

getDescription()

public String getDescription()

Description of the DeliveryPipeline. Max length is 255 characters.

string description = 3;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Description of the DeliveryPipeline. Max length is 255 characters.

string description = 3;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for etag.

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
keyString
defaultValueString
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
String

getMutableAnnotations() (deprecated)

public Map<String,String> getMutableAnnotations()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

getPipelineCase()

public DeliveryPipeline.PipelineCase getPipelineCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

The suspended.

getUid()

public String getUid()

Output only. Unique identifier of the DeliveryPipeline.

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

Returns
TypeDescription
String

The uid.

getUidBytes()

public ByteString getUidBytes()

Output only. Unique identifier of the DeliveryPipeline.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valuePipelineCondition
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
DeliveryPipeline.Builder

mergeFrom(DeliveryPipeline other)

public DeliveryPipeline.Builder mergeFrom(DeliveryPipeline other)
Parameter
NameDescription
otherDeliveryPipeline
Returns
TypeDescription
DeliveryPipeline.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeliveryPipeline.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeliveryPipeline.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DeliveryPipeline.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valueSerialPipeline
Returns
TypeDescription
DeliveryPipeline.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeliveryPipeline.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
valuesMap<String,String>
Returns
TypeDescription
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
NameDescription
valuesMap<String,String>
Returns
TypeDescription
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
NameDescription
keyString
valueString
Returns
TypeDescription
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
NameDescription
keyString
valueString
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
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
NameDescription
valuePipelineCondition
Returns
TypeDescription
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
NameDescription
builderForValuePipelineCondition.Builder
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
DeliveryPipeline.Builder

setDescription(String value)

public DeliveryPipeline.Builder setDescription(String value)

Description of the DeliveryPipeline. Max length is 255 characters.

string description = 3;

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
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
NameDescription
valueString

The etag to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for etag to set.

Returns
TypeDescription
DeliveryPipeline.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DeliveryPipeline.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueSerialPipeline
Returns
TypeDescription
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
NameDescription
builderForValueSerialPipeline.Builder
Returns
TypeDescription
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
NameDescription
valueboolean

The suspended to set.

Returns
TypeDescription
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
NameDescription
valueString

The uid to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for uid to set.

Returns
TypeDescription
DeliveryPipeline.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final DeliveryPipeline.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
DeliveryPipeline.Builder