Class PatchDeployments.DeletePatchDeploymentRequest.Builder (2.85.0)

public static final class PatchDeployments.DeletePatchDeploymentRequest.Builder extends GeneratedMessage.Builder<PatchDeployments.DeletePatchDeploymentRequest.Builder> implements PatchDeployments.DeletePatchDeploymentRequestOrBuilder

A request message for deleting a patch deployment.

Protobuf type google.cloud.osconfig.v1beta.DeletePatchDeploymentRequest

Static Methods

getDescriptor()

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

Methods

build()

public PatchDeployments.DeletePatchDeploymentRequest build()
Returns
Type Description
PatchDeployments.DeletePatchDeploymentRequest

buildPartial()

public PatchDeployments.DeletePatchDeploymentRequest buildPartial()
Returns
Type Description
PatchDeployments.DeletePatchDeploymentRequest

clear()

public PatchDeployments.DeletePatchDeploymentRequest.Builder clear()
Returns
Type Description
PatchDeployments.DeletePatchDeploymentRequest.Builder
Overrides

clearName()

public PatchDeployments.DeletePatchDeploymentRequest.Builder clearName()

Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.

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

Returns
Type Description
PatchDeployments.DeletePatchDeploymentRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public PatchDeployments.DeletePatchDeploymentRequest getDefaultInstanceForType()
Returns
Type Description
PatchDeployments.DeletePatchDeploymentRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.

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(PatchDeployments.DeletePatchDeploymentRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public PatchDeployments.DeletePatchDeploymentRequest.Builder setName(String value)

Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
PatchDeployments.DeletePatchDeploymentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public PatchDeployments.DeletePatchDeploymentRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
PatchDeployments.DeletePatchDeploymentRequest.Builder

This builder for chaining.