- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.8
- 1.0.2
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeliveryPipeline.BuilderImplements
DeliveryPipelineOrBuilderStatic 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 |
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 |
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 |
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/{deliveryPipeline}
.
The deliveryPipeline
component must match
a-z?
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 |
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 |
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 |
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/{deliveryPipeline}
.
The deliveryPipeline
component must match
a-z?
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/{deliveryPipeline}
.
The deliveryPipeline
component must match
a-z?
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 |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DeliveryPipeline.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
DeliveryPipeline.Builder |
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 |
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 |
setName(String value)
public DeliveryPipeline.Builder setName(String value)
Optional. Name of the DeliveryPipeline
. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}
.
The deliveryPipeline
component must match
a-z?
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/{deliveryPipeline}
.
The deliveryPipeline
component must match
a-z?
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 |
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 |
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 |