public static final class GetGlobalOperationRequest.Builder extends GeneratedMessageV3.Builder<GetGlobalOperationRequest.Builder> implements GetGlobalOperationRequestOrBuilder
A request message for GlobalOperations.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetGlobalOperationRequest
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 GetGlobalOperationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public GetGlobalOperationRequest build()
buildPartial()
public GetGlobalOperationRequest buildPartial()
clear()
public GetGlobalOperationRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public GetGlobalOperationRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public GetGlobalOperationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearOperation()
public GetGlobalOperationRequest.Builder clearOperation()
Name of the Operations resource to return.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
clearProject()
public GetGlobalOperationRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
clone()
public GetGlobalOperationRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public GetGlobalOperationRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getOperation()
public String getOperation()
Name of the Operations resource to return.
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.
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(GetGlobalOperationRequest other)
public GetGlobalOperationRequest.Builder mergeFrom(GetGlobalOperationRequest other)
public GetGlobalOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public GetGlobalOperationRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetGlobalOperationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GetGlobalOperationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setOperation(String value)
public GetGlobalOperationRequest.Builder setOperation(String value)
Name of the Operations resource to return.
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 GetGlobalOperationRequest.Builder setOperationBytes(ByteString value)
Name of the Operations resource to return.
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.
|
setProject(String value)
public GetGlobalOperationRequest.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.
|
setProjectBytes(ByteString value)
public GetGlobalOperationRequest.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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetGlobalOperationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final GetGlobalOperationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides