Interface ReservationsResizeRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSpecificSkuCount()
      Number of allocated resources can be resized with minimum = 1 and maximum = 1000.
      boolean hasSpecificSkuCount()
      Number of allocated resources can be resized with minimum = 1 and maximum = 1000.
      • 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

      • hasSpecificSkuCount

        boolean hasSpecificSkuCount()
         Number of allocated resources can be resized with minimum = 1 and maximum = 1000.
         
        optional int64 specific_sku_count = 13890720;
        Returns:
        Whether the specificSkuCount field is set.
      • getSpecificSkuCount

        long getSpecificSkuCount()
         Number of allocated resources can be resized with minimum = 1 and maximum = 1000.
         
        optional int64 specific_sku_count = 13890720;
        Returns:
        The specificSkuCount.