Package com.google.cloud.compute.v1
Interface InstancesSetMachineTypeRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstancesSetMachineTypeRequest
,InstancesSetMachineTypeRequest.Builder
public interface InstancesSetMachineTypeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMachineType()
Full or partial URL of the machine type resource.com.google.protobuf.ByteString
getMachineTypeBytes()
Full or partial URL of the machine type resource.boolean
hasMachineType()
Full or partial URL of the machine type resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMachineType
boolean hasMachineType()
Full or partial URL of the machine type resource. See Machine Types for a full list of machine types. For example: zones/us-central1-f/machineTypes/n1-standard-1
optional string machine_type = 227711026;
- Returns:
- Whether the machineType field is set.
-
getMachineType
String getMachineType()
Full or partial URL of the machine type resource. See Machine Types for a full list of machine types. For example: zones/us-central1-f/machineTypes/n1-standard-1
optional string machine_type = 227711026;
- Returns:
- The machineType.
-
getMachineTypeBytes
com.google.protobuf.ByteString getMachineTypeBytes()
Full or partial URL of the machine type resource. See Machine Types for a full list of machine types. For example: zones/us-central1-f/machineTypes/n1-standard-1
optional string machine_type = 227711026;
- Returns:
- The bytes for machineType.
-
-