Class Target.Builder (1.39.0)

public static final class Target.Builder extends GeneratedMessageV3.Builder<Target.Builder> implements TargetOrBuilder

A Target resource in the Cloud Deploy API.

A Target defines a location to which a Skaffold configuration can be deployed.

Protobuf type google.cloud.deploy.v1.Target

Implements

TargetOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllExecutionConfigs(Iterable<? extends ExecutionConfig> values)

public Target.Builder addAllExecutionConfigs(Iterable<? extends ExecutionConfig> values)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.deploy.v1.ExecutionConfig>
Returns
TypeDescription
Target.Builder

addExecutionConfigs(ExecutionConfig value)

public Target.Builder addExecutionConfigs(ExecutionConfig value)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameter
NameDescription
valueExecutionConfig
Returns
TypeDescription
Target.Builder

addExecutionConfigs(ExecutionConfig.Builder builderForValue)

public Target.Builder addExecutionConfigs(ExecutionConfig.Builder builderForValue)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameter
NameDescription
builderForValueExecutionConfig.Builder
Returns
TypeDescription
Target.Builder

addExecutionConfigs(int index, ExecutionConfig value)

public Target.Builder addExecutionConfigs(int index, ExecutionConfig value)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameters
NameDescription
indexint
valueExecutionConfig
Returns
TypeDescription
Target.Builder

addExecutionConfigs(int index, ExecutionConfig.Builder builderForValue)

public Target.Builder addExecutionConfigs(int index, ExecutionConfig.Builder builderForValue)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameters
NameDescription
indexint
builderForValueExecutionConfig.Builder
Returns
TypeDescription
Target.Builder

addExecutionConfigsBuilder()

public ExecutionConfig.Builder addExecutionConfigsBuilder()

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Returns
TypeDescription
ExecutionConfig.Builder

addExecutionConfigsBuilder(int index)

public ExecutionConfig.Builder addExecutionConfigsBuilder(int index)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionConfig.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Target build()
Returns
TypeDescription
Target

buildPartial()

public Target buildPartial()
Returns
TypeDescription
Target

clear()

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

clearAnnotations()

public Target.Builder clearAnnotations()
Returns
TypeDescription
Target.Builder

clearAnthosCluster()

public Target.Builder clearAnthosCluster()

Optional. Information specifying an Anthos Cluster.

.google.cloud.deploy.v1.AnthosCluster anthos_cluster = 17 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Target.Builder

clearCreateTime()

public Target.Builder clearCreateTime()

Output only. Time at which the Target was created.

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

Returns
TypeDescription
Target.Builder

clearCustomTarget()

public Target.Builder clearCustomTarget()

Optional. Information specifying a Custom Target.

.google.cloud.deploy.v1.CustomTarget custom_target = 21 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Target.Builder

clearDeployParameters()

public Target.Builder clearDeployParameters()
Returns
TypeDescription
Target.Builder

clearDeploymentTarget()

public Target.Builder clearDeploymentTarget()
Returns
TypeDescription
Target.Builder

clearDescription()

public Target.Builder clearDescription()

Optional. Description of the Target. Max length is 255 characters.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Target.Builder

This builder for chaining.

clearEtag()

public Target.Builder clearEtag()

Optional. 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 = 12 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Target.Builder

This builder for chaining.

clearExecutionConfigs()

public Target.Builder clearExecutionConfigs()

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Returns
TypeDescription
Target.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearGke()

public Target.Builder clearGke()

Optional. Information specifying a GKE Cluster.

.google.cloud.deploy.v1.GkeCluster gke = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Target.Builder

clearLabels()

public Target.Builder clearLabels()
Returns
TypeDescription
Target.Builder

clearMultiTarget()

public Target.Builder clearMultiTarget()

Optional. Information specifying a multiTarget.

.google.cloud.deploy.v1.MultiTarget multi_target = 19 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Target.Builder

clearName()

public Target.Builder clearName()

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

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

Returns
TypeDescription
Target.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearRequireApproval()

public Target.Builder clearRequireApproval()

Optional. Whether or not the Target requires approval.

bool require_approval = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Target.Builder

This builder for chaining.

clearRun()

public Target.Builder clearRun()

Optional. Information specifying a Cloud Run deployment target.

.google.cloud.deploy.v1.CloudRunLocation run = 18 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Target.Builder

clearTargetId()

public Target.Builder clearTargetId()

Output only. Resource id of the Target.

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

Returns
TypeDescription
Target.Builder

This builder for chaining.

clearUid()

public Target.Builder clearUid()

Output only. Unique identifier of the Target.

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

Returns
TypeDescription
Target.Builder

This builder for chaining.

clearUpdateTime()

public Target.Builder clearUpdateTime()

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

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

Returns
TypeDescription
Target.Builder

clone()

public Target.Builder clone()
Returns
TypeDescription
Target.Builder
Overrides

containsAnnotations(String key)

public boolean containsAnnotations(String key)

Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

containsDeployParameters(String key)

public boolean containsDeployParameters(String key)

Optional. The deploy parameters to use for this target.

map<string, string> deploy_parameters = 20 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

containsLabels(String key)

public boolean containsLabels(String key)

Optional. 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 = 6 [(.google.api.field_behavior) = OPTIONAL];

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

Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getAnnotationsMap()

public Map<String,String> getAnnotationsMap()

Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Map<String,String>

getAnnotationsOrDefault(String key, String defaultValue)

public String getAnnotationsOrDefault(String key, String defaultValue)

Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getAnnotationsOrThrow(String key)

public String getAnnotationsOrThrow(String key)

Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getAnthosCluster()

public AnthosCluster getAnthosCluster()

Optional. Information specifying an Anthos Cluster.

.google.cloud.deploy.v1.AnthosCluster anthos_cluster = 17 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
AnthosCluster

The anthosCluster.

getAnthosClusterBuilder()

public AnthosCluster.Builder getAnthosClusterBuilder()

Optional. Information specifying an Anthos Cluster.

.google.cloud.deploy.v1.AnthosCluster anthos_cluster = 17 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
AnthosCluster.Builder

getAnthosClusterOrBuilder()

public AnthosClusterOrBuilder getAnthosClusterOrBuilder()

Optional. Information specifying an Anthos Cluster.

.google.cloud.deploy.v1.AnthosCluster anthos_cluster = 17 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
AnthosClusterOrBuilder

getCreateTime()

public Timestamp getCreateTime()

Output only. Time at which the Target was created.

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

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Time at which the Target was created.

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

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Time at which the Target was created.

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

Returns
TypeDescription
TimestampOrBuilder

getCustomTarget()

public CustomTarget getCustomTarget()

Optional. Information specifying a Custom Target.

.google.cloud.deploy.v1.CustomTarget custom_target = 21 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CustomTarget

The customTarget.

getCustomTargetBuilder()

public CustomTarget.Builder getCustomTargetBuilder()

Optional. Information specifying a Custom Target.

.google.cloud.deploy.v1.CustomTarget custom_target = 21 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CustomTarget.Builder

getCustomTargetOrBuilder()

public CustomTargetOrBuilder getCustomTargetOrBuilder()

Optional. Information specifying a Custom Target.

.google.cloud.deploy.v1.CustomTarget custom_target = 21 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CustomTargetOrBuilder

getDefaultInstanceForType()

public Target getDefaultInstanceForType()
Returns
TypeDescription
Target

getDeployParameters() (deprecated)

public Map<String,String> getDeployParameters()
Returns
TypeDescription
Map<String,String>

getDeployParametersCount()

public int getDeployParametersCount()

Optional. The deploy parameters to use for this target.

map<string, string> deploy_parameters = 20 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getDeployParametersMap()

public Map<String,String> getDeployParametersMap()

Optional. The deploy parameters to use for this target.

map<string, string> deploy_parameters = 20 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Map<String,String>

getDeployParametersOrDefault(String key, String defaultValue)

public String getDeployParametersOrDefault(String key, String defaultValue)

Optional. The deploy parameters to use for this target.

map<string, string> deploy_parameters = 20 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getDeployParametersOrThrow(String key)

public String getDeployParametersOrThrow(String key)

Optional. The deploy parameters to use for this target.

map<string, string> deploy_parameters = 20 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getDeploymentTargetCase()

public Target.DeploymentTargetCase getDeploymentTargetCase()
Returns
TypeDescription
Target.DeploymentTargetCase

getDescription()

public String getDescription()

Optional. Description of the Target. Max length is 255 characters.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Optional. Description of the Target. Max length is 255 characters.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEtag()

public String getEtag()

Optional. 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 = 12 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Optional. 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 = 12 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for etag.

getExecutionConfigs(int index)

public ExecutionConfig getExecutionConfigs(int index)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionConfig

getExecutionConfigsBuilder(int index)

public ExecutionConfig.Builder getExecutionConfigsBuilder(int index)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionConfig.Builder

getExecutionConfigsBuilderList()

public List<ExecutionConfig.Builder> getExecutionConfigsBuilderList()

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Returns
TypeDescription
List<Builder>

getExecutionConfigsCount()

public int getExecutionConfigsCount()

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Returns
TypeDescription
int

getExecutionConfigsList()

public List<ExecutionConfig> getExecutionConfigsList()

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Returns
TypeDescription
List<ExecutionConfig>

getExecutionConfigsOrBuilder(int index)

public ExecutionConfigOrBuilder getExecutionConfigsOrBuilder(int index)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionConfigOrBuilder

getExecutionConfigsOrBuilderList()

public List<? extends ExecutionConfigOrBuilder> getExecutionConfigsOrBuilderList()

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Returns
TypeDescription
List<? extends com.google.cloud.deploy.v1.ExecutionConfigOrBuilder>

getGke()

public GkeCluster getGke()

Optional. Information specifying a GKE Cluster.

.google.cloud.deploy.v1.GkeCluster gke = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
GkeCluster

The gke.

getGkeBuilder()

public GkeCluster.Builder getGkeBuilder()

Optional. Information specifying a GKE Cluster.

.google.cloud.deploy.v1.GkeCluster gke = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
GkeCluster.Builder

getGkeOrBuilder()

public GkeClusterOrBuilder getGkeOrBuilder()

Optional. Information specifying a GKE Cluster.

.google.cloud.deploy.v1.GkeCluster gke = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
GkeClusterOrBuilder

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Optional. 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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Optional. 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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Optional. 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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Optional. 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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getMultiTarget()

public MultiTarget getMultiTarget()

Optional. Information specifying a multiTarget.

.google.cloud.deploy.v1.MultiTarget multi_target = 19 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
MultiTarget

The multiTarget.

getMultiTargetBuilder()

public MultiTarget.Builder getMultiTargetBuilder()

Optional. Information specifying a multiTarget.

.google.cloud.deploy.v1.MultiTarget multi_target = 19 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
MultiTarget.Builder

getMultiTargetOrBuilder()

public MultiTargetOrBuilder getMultiTargetOrBuilder()

Optional. Information specifying a multiTarget.

.google.cloud.deploy.v1.MultiTarget multi_target = 19 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
MultiTargetOrBuilder

getMutableAnnotations() (deprecated)

public Map<String,String> getMutableAnnotations()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getMutableDeployParameters() (deprecated)

public Map<String,String> getMutableDeployParameters()

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 Target. Format is projects/{project}/locations/{location}/targets/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 Target. Format is projects/{project}/locations/{location}/targets/a-z{0,62}.

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

Returns
TypeDescription
ByteString

The bytes for name.

getRequireApproval()

public boolean getRequireApproval()

Optional. Whether or not the Target requires approval.

bool require_approval = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The requireApproval.

getRun()

public CloudRunLocation getRun()

Optional. Information specifying a Cloud Run deployment target.

.google.cloud.deploy.v1.CloudRunLocation run = 18 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CloudRunLocation

The run.

getRunBuilder()

public CloudRunLocation.Builder getRunBuilder()

Optional. Information specifying a Cloud Run deployment target.

.google.cloud.deploy.v1.CloudRunLocation run = 18 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CloudRunLocation.Builder

getRunOrBuilder()

public CloudRunLocationOrBuilder getRunOrBuilder()

Optional. Information specifying a Cloud Run deployment target.

.google.cloud.deploy.v1.CloudRunLocation run = 18 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CloudRunLocationOrBuilder

getTargetId()

public String getTargetId()

Output only. Resource id of the Target.

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

Returns
TypeDescription
String

The targetId.

getTargetIdBytes()

public ByteString getTargetIdBytes()

Output only. Resource id of the Target.

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

Returns
TypeDescription
ByteString

The bytes for targetId.

getUid()

public String getUid()

Output only. Unique identifier of the Target.

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

Returns
TypeDescription
String

The uid.

getUidBytes()

public ByteString getUidBytes()

Output only. Unique identifier of the Target.

string uid = 3 [(.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 Target was updated.

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

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

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

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

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

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

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

Returns
TypeDescription
TimestampOrBuilder

hasAnthosCluster()

public boolean hasAnthosCluster()

Optional. Information specifying an Anthos Cluster.

.google.cloud.deploy.v1.AnthosCluster anthos_cluster = 17 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the anthosCluster field is set.

hasCreateTime()

public boolean hasCreateTime()

Output only. Time at which the Target was created.

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

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasCustomTarget()

public boolean hasCustomTarget()

Optional. Information specifying a Custom Target.

.google.cloud.deploy.v1.CustomTarget custom_target = 21 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the customTarget field is set.

hasGke()

public boolean hasGke()

Optional. Information specifying a GKE Cluster.

.google.cloud.deploy.v1.GkeCluster gke = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the gke field is set.

hasMultiTarget()

public boolean hasMultiTarget()

Optional. Information specifying a multiTarget.

.google.cloud.deploy.v1.MultiTarget multi_target = 19 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the multiTarget field is set.

hasRun()

public boolean hasRun()

Optional. Information specifying a Cloud Run deployment target.

.google.cloud.deploy.v1.CloudRunLocation run = 18 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the run field is set.

hasUpdateTime()

public boolean hasUpdateTime()

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

.google.protobuf.Timestamp update_time = 9 [(.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

mergeAnthosCluster(AnthosCluster value)

public Target.Builder mergeAnthosCluster(AnthosCluster value)

Optional. Information specifying an Anthos Cluster.

.google.cloud.deploy.v1.AnthosCluster anthos_cluster = 17 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueAnthosCluster
Returns
TypeDescription
Target.Builder

mergeCreateTime(Timestamp value)

public Target.Builder mergeCreateTime(Timestamp value)

Output only. Time at which the Target was created.

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

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Target.Builder

mergeCustomTarget(CustomTarget value)

public Target.Builder mergeCustomTarget(CustomTarget value)

Optional. Information specifying a Custom Target.

.google.cloud.deploy.v1.CustomTarget custom_target = 21 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueCustomTarget
Returns
TypeDescription
Target.Builder

mergeFrom(Target other)

public Target.Builder mergeFrom(Target other)
Parameter
NameDescription
otherTarget
Returns
TypeDescription
Target.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public Target.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Target.Builder
Overrides

mergeGke(GkeCluster value)

public Target.Builder mergeGke(GkeCluster value)

Optional. Information specifying a GKE Cluster.

.google.cloud.deploy.v1.GkeCluster gke = 15 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueGkeCluster
Returns
TypeDescription
Target.Builder

mergeMultiTarget(MultiTarget value)

public Target.Builder mergeMultiTarget(MultiTarget value)

Optional. Information specifying a multiTarget.

.google.cloud.deploy.v1.MultiTarget multi_target = 19 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueMultiTarget
Returns
TypeDescription
Target.Builder

mergeRun(CloudRunLocation value)

public Target.Builder mergeRun(CloudRunLocation value)

Optional. Information specifying a Cloud Run deployment target.

.google.cloud.deploy.v1.CloudRunLocation run = 18 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueCloudRunLocation
Returns
TypeDescription
Target.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Target.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Target.Builder
Overrides

mergeUpdateTime(Timestamp value)

public Target.Builder mergeUpdateTime(Timestamp value)

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

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

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Target.Builder

putAllAnnotations(Map<String,String> values)

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

Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Target.Builder

putAllDeployParameters(Map<String,String> values)

public Target.Builder putAllDeployParameters(Map<String,String> values)

Optional. The deploy parameters to use for this target.

map<string, string> deploy_parameters = 20 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Target.Builder

putAllLabels(Map<String,String> values)

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

Optional. 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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Target.Builder

putAnnotations(String key, String value)

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

Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Target.Builder

putDeployParameters(String key, String value)

public Target.Builder putDeployParameters(String key, String value)

Optional. The deploy parameters to use for this target.

map<string, string> deploy_parameters = 20 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Target.Builder

putLabels(String key, String value)

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

Optional. 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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Target.Builder

removeAnnotations(String key)

public Target.Builder removeAnnotations(String key)

Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
Target.Builder

removeDeployParameters(String key)

public Target.Builder removeDeployParameters(String key)

Optional. The deploy parameters to use for this target.

map<string, string> deploy_parameters = 20 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
Target.Builder

removeExecutionConfigs(int index)

public Target.Builder removeExecutionConfigs(int index)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameter
NameDescription
indexint
Returns
TypeDescription
Target.Builder

removeLabels(String key)

public Target.Builder removeLabels(String key)

Optional. 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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
Target.Builder

setAnthosCluster(AnthosCluster value)

public Target.Builder setAnthosCluster(AnthosCluster value)

Optional. Information specifying an Anthos Cluster.

.google.cloud.deploy.v1.AnthosCluster anthos_cluster = 17 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueAnthosCluster
Returns
TypeDescription
Target.Builder

setAnthosCluster(AnthosCluster.Builder builderForValue)

public Target.Builder setAnthosCluster(AnthosCluster.Builder builderForValue)

Optional. Information specifying an Anthos Cluster.

.google.cloud.deploy.v1.AnthosCluster anthos_cluster = 17 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValueAnthosCluster.Builder
Returns
TypeDescription
Target.Builder

setCreateTime(Timestamp value)

public Target.Builder setCreateTime(Timestamp value)

Output only. Time at which the Target was created.

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

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Target.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Target.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Time at which the Target was created.

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

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Target.Builder

setCustomTarget(CustomTarget value)

public Target.Builder setCustomTarget(CustomTarget value)

Optional. Information specifying a Custom Target.

.google.cloud.deploy.v1.CustomTarget custom_target = 21 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueCustomTarget
Returns
TypeDescription
Target.Builder

setCustomTarget(CustomTarget.Builder builderForValue)

public Target.Builder setCustomTarget(CustomTarget.Builder builderForValue)

Optional. Information specifying a Custom Target.

.google.cloud.deploy.v1.CustomTarget custom_target = 21 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValueCustomTarget.Builder
Returns
TypeDescription
Target.Builder

setDescription(String value)

public Target.Builder setDescription(String value)

Optional. Description of the Target. Max length is 255 characters.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public Target.Builder setDescriptionBytes(ByteString value)

Optional. Description of the Target. Max length is 255 characters.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

setEtag(String value)

public Target.Builder setEtag(String value)

Optional. 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 = 12 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The etag to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public Target.Builder setEtagBytes(ByteString value)

Optional. 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 = 12 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for etag to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

setExecutionConfigs(int index, ExecutionConfig value)

public Target.Builder setExecutionConfigs(int index, ExecutionConfig value)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameters
NameDescription
indexint
valueExecutionConfig
Returns
TypeDescription
Target.Builder

setExecutionConfigs(int index, ExecutionConfig.Builder builderForValue)

public Target.Builder setExecutionConfigs(int index, ExecutionConfig.Builder builderForValue)

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.

repeated .google.cloud.deploy.v1.ExecutionConfig execution_configs = 16;

Parameters
NameDescription
indexint
builderForValueExecutionConfig.Builder
Returns
TypeDescription
Target.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setGke(GkeCluster value)

public Target.Builder setGke(GkeCluster value)

Optional. Information specifying a GKE Cluster.

.google.cloud.deploy.v1.GkeCluster gke = 15 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueGkeCluster
Returns
TypeDescription
Target.Builder

setGke(GkeCluster.Builder builderForValue)

public Target.Builder setGke(GkeCluster.Builder builderForValue)

Optional. Information specifying a GKE Cluster.

.google.cloud.deploy.v1.GkeCluster gke = 15 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValueGkeCluster.Builder
Returns
TypeDescription
Target.Builder

setMultiTarget(MultiTarget value)

public Target.Builder setMultiTarget(MultiTarget value)

Optional. Information specifying a multiTarget.

.google.cloud.deploy.v1.MultiTarget multi_target = 19 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueMultiTarget
Returns
TypeDescription
Target.Builder

setMultiTarget(MultiTarget.Builder builderForValue)

public Target.Builder setMultiTarget(MultiTarget.Builder builderForValue)

Optional. Information specifying a multiTarget.

.google.cloud.deploy.v1.MultiTarget multi_target = 19 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValueMultiTarget.Builder
Returns
TypeDescription
Target.Builder

setName(String value)

public Target.Builder setName(String value)

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

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

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Target.Builder setNameBytes(ByteString value)

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

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

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

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

public Target.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Target.Builder
Overrides

setRequireApproval(boolean value)

public Target.Builder setRequireApproval(boolean value)

Optional. Whether or not the Target requires approval.

bool require_approval = 13 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueboolean

The requireApproval to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

setRun(CloudRunLocation value)

public Target.Builder setRun(CloudRunLocation value)

Optional. Information specifying a Cloud Run deployment target.

.google.cloud.deploy.v1.CloudRunLocation run = 18 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueCloudRunLocation
Returns
TypeDescription
Target.Builder

setRun(CloudRunLocation.Builder builderForValue)

public Target.Builder setRun(CloudRunLocation.Builder builderForValue)

Optional. Information specifying a Cloud Run deployment target.

.google.cloud.deploy.v1.CloudRunLocation run = 18 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValueCloudRunLocation.Builder
Returns
TypeDescription
Target.Builder

setTargetId(String value)

public Target.Builder setTargetId(String value)

Output only. Resource id of the Target.

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

Parameter
NameDescription
valueString

The targetId to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

setTargetIdBytes(ByteString value)

public Target.Builder setTargetIdBytes(ByteString value)

Output only. Resource id of the Target.

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

Parameter
NameDescription
valueByteString

The bytes for targetId to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

setUid(String value)

public Target.Builder setUid(String value)

Output only. Unique identifier of the Target.

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

Parameter
NameDescription
valueString

The uid to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

setUidBytes(ByteString value)

public Target.Builder setUidBytes(ByteString value)

Output only. Unique identifier of the Target.

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

Parameter
NameDescription
valueByteString

The bytes for uid to set.

Returns
TypeDescription
Target.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Target.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Target.Builder
Overrides

setUpdateTime(Timestamp value)

public Target.Builder setUpdateTime(Timestamp value)

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

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

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Target.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Target.Builder setUpdateTime(Timestamp.Builder builderForValue)

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

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

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Target.Builder