- 1.76.0 (latest)
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 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 TerminateJobRunRequest.Builder extends GeneratedMessageV3.Builder<TerminateJobRunRequest.Builder> implements TerminateJobRunRequestOrBuilder The request object used by TerminateJobRun.
 Protobuf type google.cloud.deploy.v1.TerminateJobRunRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TerminateJobRunRequest.BuilderImplements
TerminateJobRunRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllOverrideDeployPolicy(Iterable<String> values)
public TerminateJobRunRequest.Builder addAllOverrideDeployPolicy(Iterable<String> values) Optional. Deploy policies to override. Format is
 projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
 
 repeated string override_deploy_policy = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<String>The overrideDeployPolicy to add. | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | This builder for chaining. | 
addOverrideDeployPolicy(String value)
public TerminateJobRunRequest.Builder addOverrideDeployPolicy(String value) Optional. Deploy policies to override. Format is
 projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
 
 repeated string override_deploy_policy = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe overrideDeployPolicy to add. | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | This builder for chaining. | 
addOverrideDeployPolicyBytes(ByteString value)
public TerminateJobRunRequest.Builder addOverrideDeployPolicyBytes(ByteString value) Optional. Deploy policies to override. Format is
 projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
 
 repeated string override_deploy_policy = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes of the overrideDeployPolicy to add. | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TerminateJobRunRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
build()
public TerminateJobRunRequest build()| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest | |
buildPartial()
public TerminateJobRunRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest | |
clear()
public TerminateJobRunRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
clearField(Descriptors.FieldDescriptor field)
public TerminateJobRunRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
clearName()
public TerminateJobRunRequest.Builder clearName() Required. Name of the JobRun. Format must be
 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public TerminateJobRunRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
clearOverrideDeployPolicy()
public TerminateJobRunRequest.Builder clearOverrideDeployPolicy() Optional. Deploy policies to override. Format is
 projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
 
 repeated string override_deploy_policy = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | This builder for chaining. | 
clone()
public TerminateJobRunRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
getDefaultInstanceForType()
public TerminateJobRunRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getName()
public String getName() Required. Name of the JobRun. Format must be
 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes() Required. Name of the JobRun. Format must be
 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getOverrideDeployPolicy(int index)
public String getOverrideDeployPolicy(int index) Optional. Deploy policies to override. Format is
 projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
 
 repeated string override_deploy_policy = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The overrideDeployPolicy at the given index. | 
getOverrideDeployPolicyBytes(int index)
public ByteString getOverrideDeployPolicyBytes(int index) Optional. Deploy policies to override. Format is
 projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
 
 repeated string override_deploy_policy = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the overrideDeployPolicy at the given index. | 
getOverrideDeployPolicyCount()
public int getOverrideDeployPolicyCount() Optional. Deploy policies to override. Format is
 projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
 
 repeated string override_deploy_policy = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| int | The count of overrideDeployPolicy. | 
getOverrideDeployPolicyList()
public ProtocolStringList getOverrideDeployPolicyList() Optional. Deploy policies to override. Format is
 projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
 
 repeated string override_deploy_policy = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ProtocolStringList | A list containing the overrideDeployPolicy. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(TerminateJobRunRequest other)
public TerminateJobRunRequest.Builder mergeFrom(TerminateJobRunRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | TerminateJobRunRequest | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TerminateJobRunRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public TerminateJobRunRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TerminateJobRunRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public TerminateJobRunRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
setName(String value)
public TerminateJobRunRequest.Builder setName(String value) Required. Name of the JobRun. Format must be
 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public TerminateJobRunRequest.Builder setNameBytes(ByteString value) Required. Name of the JobRun. Format must be
 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | This builder for chaining. | 
setOverrideDeployPolicy(int index, String value)
public TerminateJobRunRequest.Builder setOverrideDeployPolicy(int index, String value) Optional. Deploy policies to override. Format is
 projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
 
 repeated string override_deploy_policy = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe overrideDeployPolicy to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TerminateJobRunRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final TerminateJobRunRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| TerminateJobRunRequest.Builder | |