public interface SetInstanceMachineTypeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMachineType()
public abstract String getMachineType()Required. The Compute Engine machine type.
string machine_type = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The machineType. |
getMachineTypeBytes()
public abstract ByteString getMachineTypeBytes()Required. The Compute Engine machine type.
string machine_type = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for machineType. |
getName()
public abstract String getName() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for name. |