Interface MachineSeriesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MachineSeries, MachineSeries.Builder

    public interface MachineSeriesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCode()
      Code to identify a Compute Engine machine series.
      com.google.protobuf.ByteString getCodeBytes()
      Code to identify a Compute Engine machine series.
      • 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

      • getCode

        String getCode()
         Code to identify a Compute Engine machine series. Consult
         https://cloud.google.com/compute/docs/machine-resource#machine_type_comparison
         for more details on the available series.
         
        string code = 1;
        Returns:
        The code.
      • getCodeBytes

        com.google.protobuf.ByteString getCodeBytes()
         Code to identify a Compute Engine machine series. Consult
         https://cloud.google.com/compute/docs/machine-resource#machine_type_comparison
         for more details on the available series.
         
        string code = 1;
        Returns:
        The bytes for code.