Class PatchJobs.GetPatchJobRequest.Builder (2.85.0)

public static final class PatchJobs.GetPatchJobRequest.Builder extends GeneratedMessage.Builder<PatchJobs.GetPatchJobRequest.Builder> implements PatchJobs.GetPatchJobRequestOrBuilder

Request to get an active or completed patch job.

Protobuf type google.cloud.osconfig.v1beta.GetPatchJobRequest

Static Methods

getDescriptor()

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

Methods

build()

public PatchJobs.GetPatchJobRequest build()
Returns
Type Description
PatchJobs.GetPatchJobRequest

buildPartial()

public PatchJobs.GetPatchJobRequest buildPartial()
Returns
Type Description
PatchJobs.GetPatchJobRequest

clear()

public PatchJobs.GetPatchJobRequest.Builder clear()
Returns
Type Description
PatchJobs.GetPatchJobRequest.Builder
Overrides

clearName()

public PatchJobs.GetPatchJobRequest.Builder clearName()

Required. Name of the patch in the form projects/*/patchJobs/*

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

Returns
Type Description
PatchJobs.GetPatchJobRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public PatchJobs.GetPatchJobRequest getDefaultInstanceForType()
Returns
Type Description
PatchJobs.GetPatchJobRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the patch in the form projects/*/patchJobs/*

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the patch in the form projects/*/patchJobs/*

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

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(PatchJobs.GetPatchJobRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public PatchJobs.GetPatchJobRequest.Builder setName(String value)

Required. Name of the patch in the form projects/*/patchJobs/*

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
PatchJobs.GetPatchJobRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public PatchJobs.GetPatchJobRequest.Builder setNameBytes(ByteString value)

Required. Name of the patch in the form projects/*/patchJobs/*

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
PatchJobs.GetPatchJobRequest.Builder

This builder for chaining.