Interface DisksResizeRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSizeGb()
      The new size of the persistent disk, which is specified in GB.
      boolean hasSizeGb()
      The new size of the persistent disk, which is specified 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

      • hasSizeGb

        boolean hasSizeGb()
         The new size of the persistent disk, which is specified in GB.
         
        optional int64 size_gb = 494929369;
        Returns:
        Whether the sizeGb field is set.
      • getSizeGb

        long getSizeGb()
         The new size of the persistent disk, which is specified in GB.
         
        optional int64 size_gb = 494929369;
        Returns:
        The sizeGb.