public static final class GetRegionOperationRequest.Builder extends GeneratedMessageV3.Builder<GetRegionOperationRequest.Builder> implements GetRegionOperationRequestOrBuilder
A request message for RegionOperations.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetRegionOperationRequest
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 GetRegionOperationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public GetRegionOperationRequest build()
buildPartial()
public GetRegionOperationRequest buildPartial()
clear()
public GetRegionOperationRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public GetRegionOperationRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public GetRegionOperationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearOperation()
public GetRegionOperationRequest.Builder clearOperation()
Name of the Operations resource to return, or its unique numeric identifier.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
clearProject()
public GetRegionOperationRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
clearRegion()
public GetRegionOperationRequest.Builder clearRegion()
Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
clone()
public GetRegionOperationRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public GetRegionOperationRequest 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, (.google.cloud.operation_response_field) = "name"];
| 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, (.google.cloud.operation_response_field) = "name"];
| 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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(GetRegionOperationRequest other)
public GetRegionOperationRequest.Builder mergeFrom(GetRegionOperationRequest other)
public GetRegionOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public GetRegionOperationRequest.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetRegionOperationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GetRegionOperationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setOperation(String value)
public GetRegionOperationRequest.Builder setOperation(String value)
Name of the Operations resource to return, or its unique numeric identifier.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
| Parameter |
| Name |
Description |
value |
String
The operation to set.
|
setOperationBytes(ByteString value)
public GetRegionOperationRequest.Builder setOperationBytes(ByteString value)
Name of the Operations resource to return, or its unique numeric identifier.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for operation to set.
|