Class GetJobRunRequest.Builder (1.83.0)

public static final class GetJobRunRequest.Builder extends GeneratedMessage.Builder<GetJobRunRequest.Builder> implements GetJobRunRequestOrBuilder

GetJobRunRequest is the request object used by GetJobRun.

Protobuf type google.cloud.deploy.v1.GetJobRunRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetJobRunRequest build()
Returns
Type Description
GetJobRunRequest

buildPartial()

public GetJobRunRequest buildPartial()
Returns
Type Description
GetJobRunRequest

clear()

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

clearName()

public GetJobRunRequest.Builder clearName()

Required. Name of the JobRun. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetJobRunRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetJobRunRequest getDefaultInstanceForType()
Returns
Type Description
GetJobRunRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the JobRun. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.

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_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetJobRunRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetJobRunRequest.Builder setName(String value)

Required. Name of the JobRun. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetJobRunRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetJobRunRequest.Builder setNameBytes(ByteString value)

Required. Name of the JobRun. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetJobRunRequest.Builder

This builder for chaining.