public static final class GetGlobalOrganizationOperationRequest.Builder extends GeneratedMessage.Builder<GetGlobalOrganizationOperationRequest.Builder> implements GetGlobalOrganizationOperationRequestOrBuilderA request message for GlobalOrganizationOperations.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetGlobalOrganizationOperationRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetGlobalOrganizationOperationRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetGlobalOrganizationOperationRequest build()| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest |
|
buildPartial()
public GetGlobalOrganizationOperationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest |
|
clear()
public GetGlobalOrganizationOperationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest.Builder |
|
clearOperation()
public GetGlobalOrganizationOperationRequest.Builder clearOperation()Name of the Operations resource to return. Parent is derived from this field.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |
clearParentId()
public GetGlobalOrganizationOperationRequest.Builder clearParentId()Parent ID for this request. Not used. Parent is derived from resource_id.
optional string parent_id = 459714768;
| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetGlobalOrganizationOperationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOperation()
public String getOperation()Name of the Operations resource to return. Parent is derived from this field.
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. Parent is derived from this field.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for operation. |
getParentId()
public String getParentId()Parent ID for this request. Not used. Parent is derived from resource_id.
optional string parent_id = 459714768;
| Returns | |
|---|---|
| Type | Description |
String |
The parentId. |
getParentIdBytes()
public ByteString getParentIdBytes()Parent ID for this request. Not used. Parent is derived from resource_id.
optional string parent_id = 459714768;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parentId. |
hasParentId()
public boolean hasParentId()Parent ID for this request. Not used. Parent is derived from resource_id.
optional string parent_id = 459714768;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the parentId field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetGlobalOrganizationOperationRequest other)
public GetGlobalOrganizationOperationRequest.Builder mergeFrom(GetGlobalOrganizationOperationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetGlobalOrganizationOperationRequest |
| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetGlobalOrganizationOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetGlobalOrganizationOperationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest.Builder |
|
setOperation(String value)
public GetGlobalOrganizationOperationRequest.Builder setOperation(String value)Name of the Operations resource to return. Parent is derived from this field.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe operation to set. |
| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |
setOperationBytes(ByteString value)
public GetGlobalOrganizationOperationRequest.Builder setOperationBytes(ByteString value)Name of the Operations resource to return. Parent is derived from this field.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_response_field) = "name"];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for operation to set. |
| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |
setParentId(String value)
public GetGlobalOrganizationOperationRequest.Builder setParentId(String value)Parent ID for this request. Not used. Parent is derived from resource_id.
optional string parent_id = 459714768;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parentId to set. |
| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |
setParentIdBytes(ByteString value)
public GetGlobalOrganizationOperationRequest.Builder setParentIdBytes(ByteString value)Parent ID for this request. Not used. Parent is derived from resource_id.
optional string parent_id = 459714768;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parentId to set. |
| Returns | |
|---|---|
| Type | Description |
GetGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |