Class DeleteGlobalOperationRequest.Builder (1.93.0)

public static final class DeleteGlobalOperationRequest.Builder extends GeneratedMessage.Builder<DeleteGlobalOperationRequest.Builder> implements DeleteGlobalOperationRequestOrBuilder

A request message for GlobalOperations.Delete. See the method description for details.

Protobuf type google.cloud.compute.v1.DeleteGlobalOperationRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteGlobalOperationRequest build()
Returns
Type Description
DeleteGlobalOperationRequest

buildPartial()

public DeleteGlobalOperationRequest buildPartial()
Returns
Type Description
DeleteGlobalOperationRequest

clear()

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

clearOperation()

public DeleteGlobalOperationRequest.Builder clearOperation()

Name of the Operations resource to delete, or its unique numeric identifier.

string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeleteGlobalOperationRequest.Builder

This builder for chaining.

clearProject()

public DeleteGlobalOperationRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeleteGlobalOperationRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteGlobalOperationRequest getDefaultInstanceForType()
Returns
Type Description
DeleteGlobalOperationRequest

getDescriptorForType()

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

getOperation()

public String getOperation()

Name of the Operations resource to delete, or its unique numeric identifier.

string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The operation.

getOperationBytes()

public ByteString getOperationBytes()

Name of the Operations resource to delete, or its unique numeric identifier.

string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for operation.

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteGlobalOperationRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setOperation(String value)

public DeleteGlobalOperationRequest.Builder setOperation(String value)

Name of the Operations resource to delete, or its unique numeric identifier.

string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The operation to set.

Returns
Type Description
DeleteGlobalOperationRequest.Builder

This builder for chaining.

setOperationBytes(ByteString value)

public DeleteGlobalOperationRequest.Builder setOperationBytes(ByteString value)

Name of the Operations resource to delete, or its unique numeric identifier.

string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for operation to set.

Returns
Type Description
DeleteGlobalOperationRequest.Builder

This builder for chaining.

setProject(String value)

public DeleteGlobalOperationRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The project to set.

Returns
Type Description
DeleteGlobalOperationRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public DeleteGlobalOperationRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
DeleteGlobalOperationRequest.Builder

This builder for chaining.