public static final class GetDiskTypeRequest.Builder extends GeneratedMessageV3.Builder<GetDiskTypeRequest.Builder> implements GetDiskTypeRequestOrBuilderA request message for DiskTypes.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetDiskTypeRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetDiskTypeRequest.BuilderImplements
GetDiskTypeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetDiskTypeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetDiskTypeRequest.Builder |
build()
public GetDiskTypeRequest build()| Type | Description |
| GetDiskTypeRequest |
buildPartial()
public GetDiskTypeRequest buildPartial()| Type | Description |
| GetDiskTypeRequest |
clear()
public GetDiskTypeRequest.Builder clear()| Type | Description |
| GetDiskTypeRequest.Builder |
clearDiskType()
public GetDiskTypeRequest.Builder clearDiskType()Name of the disk type to return.
string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetDiskTypeRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public GetDiskTypeRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| GetDiskTypeRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetDiskTypeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| GetDiskTypeRequest.Builder |
clearProject()
public GetDiskTypeRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetDiskTypeRequest.Builder | This builder for chaining. |
clearZone()
public GetDiskTypeRequest.Builder clearZone()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetDiskTypeRequest.Builder | This builder for chaining. |
clone()
public GetDiskTypeRequest.Builder clone()| Type | Description |
| GetDiskTypeRequest.Builder |
getDefaultInstanceForType()
public GetDiskTypeRequest getDefaultInstanceForType()| Type | Description |
| GetDiskTypeRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDiskType()
public String getDiskType()Name of the disk type to return.
string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The diskType. |
getDiskTypeBytes()
public ByteString getDiskTypeBytes()Name of the disk type to return.
string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for diskType. |
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for project. |
getZone()
public String getZone()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The zone. |
getZoneBytes()
public ByteString getZoneBytes()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for zone. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(GetDiskTypeRequest other)
public GetDiskTypeRequest.Builder mergeFrom(GetDiskTypeRequest other)| Name | Description |
| other | GetDiskTypeRequest |
| Type | Description |
| GetDiskTypeRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetDiskTypeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| GetDiskTypeRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public GetDiskTypeRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| GetDiskTypeRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetDiskTypeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetDiskTypeRequest.Builder |
setDiskType(String value)
public GetDiskTypeRequest.Builder setDiskType(String value)Name of the disk type to return.
string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe diskType to set. |
| Type | Description |
| GetDiskTypeRequest.Builder | This builder for chaining. |
setDiskTypeBytes(ByteString value)
public GetDiskTypeRequest.Builder setDiskTypeBytes(ByteString value)Name of the disk type to return.
string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for diskType to set. |
| Type | Description |
| GetDiskTypeRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public GetDiskTypeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetDiskTypeRequest.Builder |
setProject(String value)
public GetDiskTypeRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe project to set. |
| Type | Description |
| GetDiskTypeRequest.Builder | This builder for chaining. |
setProjectBytes(ByteString value)
public GetDiskTypeRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for project to set. |
| Type | Description |
| GetDiskTypeRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetDiskTypeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| GetDiskTypeRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetDiskTypeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetDiskTypeRequest.Builder |
setZone(String value)
public GetDiskTypeRequest.Builder setZone(String value)The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe zone to set. |
| Type | Description |
| GetDiskTypeRequest.Builder | This builder for chaining. |
setZoneBytes(ByteString value)
public GetDiskTypeRequest.Builder setZoneBytes(ByteString value)The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for zone to set. |
| Type | Description |
| GetDiskTypeRequest.Builder | This builder for chaining. |