Class WaitGlobalOperationRequest.Builder (1.93.0)

public static final class WaitGlobalOperationRequest.Builder extends GeneratedMessage.Builder<WaitGlobalOperationRequest.Builder> implements WaitGlobalOperationRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.WaitGlobalOperationRequest

Static Methods

getDescriptor()

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

Methods

build()

public WaitGlobalOperationRequest build()
Returns
Type Description
WaitGlobalOperationRequest

buildPartial()

public WaitGlobalOperationRequest buildPartial()
Returns
Type Description
WaitGlobalOperationRequest

clear()

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

clearOperation()

public WaitGlobalOperationRequest.Builder clearOperation()

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

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

Returns
Type Description
WaitGlobalOperationRequest.Builder

This builder for chaining.

clearProject()

public WaitGlobalOperationRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
WaitGlobalOperationRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public WaitGlobalOperationRequest getDefaultInstanceForType()
Returns
Type Description
WaitGlobalOperationRequest

getDescriptorForType()

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

getOperation()

public String getOperation()

Name of the Operations resource to return, 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 return, 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(WaitGlobalOperationRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setOperation(String value)

public WaitGlobalOperationRequest.Builder setOperation(String value)

Name of the Operations resource to return, 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
WaitGlobalOperationRequest.Builder

This builder for chaining.

setOperationBytes(ByteString value)

public WaitGlobalOperationRequest.Builder setOperationBytes(ByteString value)

Name of the Operations resource to return, 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
WaitGlobalOperationRequest.Builder

This builder for chaining.

setProject(String value)

public WaitGlobalOperationRequest.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
WaitGlobalOperationRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public WaitGlobalOperationRequest.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
WaitGlobalOperationRequest.Builder

This builder for chaining.