public static final class WaitRegionOperationRequest.Builder extends GeneratedMessage.Builder<WaitRegionOperationRequest.Builder> implements WaitRegionOperationRequestOrBuilderA request message for RegionOperations.Wait. See the method description for details.
Protobuf type google.cloud.compute.v1.WaitRegionOperationRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > WaitRegionOperationRequest.BuilderImplements
WaitRegionOperationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public WaitRegionOperationRequest build()| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest |
|
buildPartial()
public WaitRegionOperationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest |
|
clear()
public WaitRegionOperationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
|
clearOperation()
public WaitRegionOperationRequest.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 |
WaitRegionOperationRequest.Builder |
This builder for chaining. |
clearProject()
public WaitRegionOperationRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
This builder for chaining. |
clearRegion()
public WaitRegionOperationRequest.Builder clearRegion()Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public WaitRegionOperationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getRegion()
public String getRegion()Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public ByteString getRegionBytes()Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(WaitRegionOperationRequest other)
public WaitRegionOperationRequest.Builder mergeFrom(WaitRegionOperationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
WaitRegionOperationRequest |
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WaitRegionOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public WaitRegionOperationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
|
setOperation(String value)
public WaitRegionOperationRequest.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 |
StringThe operation to set. |
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
This builder for chaining. |
setOperationBytes(ByteString value)
public WaitRegionOperationRequest.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 |
ByteStringThe bytes for operation to set. |
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
This builder for chaining. |
setProject(String value)
public WaitRegionOperationRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public WaitRegionOperationRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
This builder for chaining. |
setRegion(String value)
public WaitRegionOperationRequest.Builder setRegion(String value)Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe region to set. |
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public WaitRegionOperationRequest.Builder setRegionBytes(ByteString value)Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for region to set. |
| Returns | |
|---|---|
| Type | Description |
WaitRegionOperationRequest.Builder |
This builder for chaining. |