public static final class DeleteGlobalOperationRequest.Builder extends GeneratedMessage.Builder<DeleteGlobalOperationRequest.Builder> implements DeleteGlobalOperationRequestOrBuilderA request message for GlobalOperations.Delete. See the method description for details.
Protobuf type google.cloud.compute.v1.DeleteGlobalOperationRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteGlobalOperationRequest.BuilderImplements
DeleteGlobalOperationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteGlobalOperationRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOperationRequest |
|
buildPartial()
public DeleteGlobalOperationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOperationRequest |
|
clear()
public DeleteGlobalOperationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOperationRequest.Builder |
|
clearOperation()
public DeleteGlobalOperationRequest.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 |
DeleteGlobalOperationRequest.Builder |
This builder for chaining. |
clearProject()
public DeleteGlobalOperationRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOperationRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteGlobalOperationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOperationRequest |
|
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. |
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteGlobalOperationRequest other)
public DeleteGlobalOperationRequest.Builder mergeFrom(DeleteGlobalOperationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteGlobalOperationRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOperationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteGlobalOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOperationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteGlobalOperationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOperationRequest.Builder |
|
setOperation(String value)
public DeleteGlobalOperationRequest.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 |
DeleteGlobalOperationRequest.Builder |
This builder for chaining. |
setOperationBytes(ByteString value)
public DeleteGlobalOperationRequest.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 |
DeleteGlobalOperationRequest.Builder |
This builder for chaining. |
setProject(String value)
public DeleteGlobalOperationRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOperationRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public DeleteGlobalOperationRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteGlobalOperationRequest.Builder |
This builder for chaining. |