public static final class DeleteZoneOperationRequest.Builder extends GeneratedMessageV3.Builder<DeleteZoneOperationRequest.Builder> implements DeleteZoneOperationRequestOrBuilder
A request message for ZoneOperations.Delete. See the method description for details.
Protobuf type google.cloud.compute.v1.DeleteZoneOperationRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteZoneOperationRequest.BuilderImplements
DeleteZoneOperationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteZoneOperationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
build()
public DeleteZoneOperationRequest build()
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest |
buildPartial()
public DeleteZoneOperationRequest buildPartial()
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest |
clear()
public DeleteZoneOperationRequest.Builder clear()
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public DeleteZoneOperationRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteZoneOperationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
clearOperation()
public DeleteZoneOperationRequest.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 |
DeleteZoneOperationRequest.Builder |
This builder for chaining. |
clearProject()
public DeleteZoneOperationRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
This builder for chaining. |
clearZone()
public DeleteZoneOperationRequest.Builder clearZone()
Name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
This builder for chaining. |
clone()
public DeleteZoneOperationRequest.Builder clone()
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
getDefaultInstanceForType()
public DeleteZoneOperationRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest |
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. |
getZone()
public String getZone()
Name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The zone. |
getZoneBytes()
public ByteString getZoneBytes()
Name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for zone. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DeleteZoneOperationRequest other)
public DeleteZoneOperationRequest.Builder mergeFrom(DeleteZoneOperationRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteZoneOperationRequest |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteZoneOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DeleteZoneOperationRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteZoneOperationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteZoneOperationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
setOperation(String value)
public DeleteZoneOperationRequest.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 |
String The operation to set. |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
This builder for chaining. |
setOperationBytes(ByteString value)
public DeleteZoneOperationRequest.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 |
ByteString The bytes for operation to set. |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
This builder for chaining. |
setProject(String value)
public DeleteZoneOperationRequest.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. |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public DeleteZoneOperationRequest.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. |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteZoneOperationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteZoneOperationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
setZone(String value)
public DeleteZoneOperationRequest.Builder setZone(String value)
Name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The zone to set. |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
This builder for chaining. |
setZoneBytes(ByteString value)
public DeleteZoneOperationRequest.Builder setZoneBytes(ByteString value)
Name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for zone to set. |
Returns | |
---|---|
Type | Description |
DeleteZoneOperationRequest.Builder |
This builder for chaining. |