Interface InstancesSetMachineTypeRequestOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.