Interface ScratchDisksOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDiskGb()
      Size of the scratch disk, defined in GB.
      boolean hasDiskGb()
      Size of the scratch disk, defined in GB.
      • 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

      • hasDiskGb

        boolean hasDiskGb()
         Size of the scratch disk, defined in GB.
         
        optional int32 disk_gb = 60990141;
        Returns:
        Whether the diskGb field is set.
      • getDiskGb

        int getDiskGb()
         Size of the scratch disk, defined in GB.
         
        optional int32 disk_gb = 60990141;
        Returns:
        The diskGb.