public static final class GetMachineTypeRequest.Builder extends GeneratedMessageV3.Builder<GetMachineTypeRequest.Builder> implements GetMachineTypeRequestOrBuilderA request message for MachineTypes.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetMachineTypeRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetMachineTypeRequest.BuilderImplements
GetMachineTypeRequestOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetMachineTypeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetMachineTypeRequest.Builder |
build()
public GetMachineTypeRequest build()| Type | Description |
| GetMachineTypeRequest |
buildPartial()
public GetMachineTypeRequest buildPartial()| Type | Description |
| GetMachineTypeRequest |
clear()
public GetMachineTypeRequest.Builder clear()| Type | Description |
| GetMachineTypeRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetMachineTypeRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| GetMachineTypeRequest.Builder |
clearMachineType()
public GetMachineTypeRequest.Builder clearMachineType()Name of the machine type to return.
string machine_type = 227711026 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetMachineTypeRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetMachineTypeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| GetMachineTypeRequest.Builder |
clearProject()
public GetMachineTypeRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetMachineTypeRequest.Builder | This builder for chaining. |
clearZone()
public GetMachineTypeRequest.Builder clearZone()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetMachineTypeRequest.Builder | This builder for chaining. |
clone()
public GetMachineTypeRequest.Builder clone()| Type | Description |
| GetMachineTypeRequest.Builder |
getDefaultInstanceForType()
public GetMachineTypeRequest getDefaultInstanceForType()| Type | Description |
| GetMachineTypeRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getMachineType()
public String getMachineType()Name of the machine type to return.
string machine_type = 227711026 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The machineType. |
getMachineTypeBytes()
public ByteString getMachineTypeBytes()Name of the machine type to return.
string machine_type = 227711026 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for machineType. |
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(GetMachineTypeRequest other)
public GetMachineTypeRequest.Builder mergeFrom(GetMachineTypeRequest other)| Name | Description |
| other | GetMachineTypeRequest |
| Type | Description |
| GetMachineTypeRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetMachineTypeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| GetMachineTypeRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public GetMachineTypeRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| GetMachineTypeRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetMachineTypeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetMachineTypeRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetMachineTypeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetMachineTypeRequest.Builder |
setMachineType(String value)
public GetMachineTypeRequest.Builder setMachineType(String value)Name of the machine type to return.
string machine_type = 227711026 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe machineType to set. |
| Type | Description |
| GetMachineTypeRequest.Builder | This builder for chaining. |
setMachineTypeBytes(ByteString value)
public GetMachineTypeRequest.Builder setMachineTypeBytes(ByteString value)Name of the machine type to return.
string machine_type = 227711026 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for machineType to set. |
| Type | Description |
| GetMachineTypeRequest.Builder | This builder for chaining. |
setProject(String value)
public GetMachineTypeRequest.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 |
| GetMachineTypeRequest.Builder | This builder for chaining. |
setProjectBytes(ByteString value)
public GetMachineTypeRequest.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 |
| GetMachineTypeRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetMachineTypeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| GetMachineTypeRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetMachineTypeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetMachineTypeRequest.Builder |
setZone(String value)
public GetMachineTypeRequest.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 |
| GetMachineTypeRequest.Builder | This builder for chaining. |
setZoneBytes(ByteString value)
public GetMachineTypeRequest.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 |
| GetMachineTypeRequest.Builder | This builder for chaining. |