public static final class DeleteGlobalOrganizationOperationRequest.Builder extends GeneratedMessage.Builder<DeleteGlobalOrganizationOperationRequest.Builder> implements DeleteGlobalOrganizationOperationRequestOrBuilderA request message for GlobalOrganizationOperations.Delete. See the method description for details.
Protobuf type google.cloud.compute.v1.DeleteGlobalOrganizationOperationRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteGlobalOrganizationOperationRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteGlobalOrganizationOperationRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest |
|
buildPartial()
public DeleteGlobalOrganizationOperationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest |
|
clear()
public DeleteGlobalOrganizationOperationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest.Builder |
|
clearOperation()
public DeleteGlobalOrganizationOperationRequest.Builder clearOperation()Name of the Operations resource to delete, or its unique numeric identifier.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |
clearParentId()
public DeleteGlobalOrganizationOperationRequest.Builder clearParentId()Parent ID for this request.
optional string parent_id = 459714768;
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteGlobalOrganizationOperationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOperation()
public String getOperation()Name of the Operations resource to delete, 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 delete, or its unique numeric identifier.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for operation. |
getParentId()
public String getParentId()Parent ID for this request.
optional string parent_id = 459714768;
| Returns | |
|---|---|
| Type | Description |
String |
The parentId. |
getParentIdBytes()
public ByteString getParentIdBytes()Parent ID for this request.
optional string parent_id = 459714768;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parentId. |
hasParentId()
public boolean hasParentId()Parent ID for this request.
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(DeleteGlobalOrganizationOperationRequest other)
public DeleteGlobalOrganizationOperationRequest.Builder mergeFrom(DeleteGlobalOrganizationOperationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteGlobalOrganizationOperationRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteGlobalOrganizationOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteGlobalOrganizationOperationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest.Builder |
|
setOperation(String value)
public DeleteGlobalOrganizationOperationRequest.Builder setOperation(String value)Name of the Operations resource to delete, or its unique numeric identifier.
string operation = 52090215 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe operation to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |
setOperationBytes(ByteString value)
public DeleteGlobalOrganizationOperationRequest.Builder setOperationBytes(ByteString value)Name of the Operations resource to delete, 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 |
DeleteGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |
setParentId(String value)
public DeleteGlobalOrganizationOperationRequest.Builder setParentId(String value)Parent ID for this request.
optional string parent_id = 459714768;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parentId to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |
setParentIdBytes(ByteString value)
public DeleteGlobalOrganizationOperationRequest.Builder setParentIdBytes(ByteString value)Parent ID for this request.
optional string parent_id = 459714768;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parentId to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOrganizationOperationRequest.Builder |
This builder for chaining. |