public static final class WaitZoneOperationRequest.Builder extends GeneratedMessageV3.Builder<WaitZoneOperationRequest.Builder> implements WaitZoneOperationRequestOrBuilder
A request message for ZoneOperations.Wait. See the method description for details.
Protobuf type google.cloud.compute.v1.WaitZoneOperationRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public WaitZoneOperationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public WaitZoneOperationRequest build()
buildPartial()
public WaitZoneOperationRequest buildPartial()
clear()
public WaitZoneOperationRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public WaitZoneOperationRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public WaitZoneOperationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearOperation()
public WaitZoneOperationRequest.Builder clearOperation()
Name of the Operations resource to return, or its unique numeric identifier.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];
clearProject()
public WaitZoneOperationRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
clearZone()
public WaitZoneOperationRequest.Builder clearZone()
Name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
clone()
public WaitZoneOperationRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public WaitZoneOperationRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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.
|
getZone()
Name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The zone.
|
getZoneBytes()
public ByteString getZoneBytes()
Name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for zone.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(WaitZoneOperationRequest other)
public WaitZoneOperationRequest.Builder mergeFrom(WaitZoneOperationRequest other)
public WaitZoneOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public WaitZoneOperationRequest.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final WaitZoneOperationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public WaitZoneOperationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setOperation(String value)
public WaitZoneOperationRequest.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.
|
setOperationBytes(ByteString value)
public WaitZoneOperationRequest.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.
|
setProject(String value)
public WaitZoneOperationRequest.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.
|