Interface Requests.ClusterScaleRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Requests.ClusterScaleRequest, Requests.ClusterScaleRequest.Builder
Enclosing class:
Requests

public static interface Requests.ClusterScaleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool dryRun = 4;
    int
    optional uint32 newClusterSize = 1;
    int
    optional uint32 newPartitionCount = 2;
    int
    optional uint32 newReplicationFactor = 3;
    boolean
    optional uint32 newClusterSize = 1;
    boolean
    optional uint32 newPartitionCount = 2;
    boolean
    optional uint32 newReplicationFactor = 3;

    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 Details

    • hasNewClusterSize

      boolean hasNewClusterSize()
      optional uint32 newClusterSize = 1;
      Returns:
      Whether the newClusterSize field is set.
    • getNewClusterSize

      int getNewClusterSize()
      optional uint32 newClusterSize = 1;
      Returns:
      The newClusterSize.
    • hasNewPartitionCount

      boolean hasNewPartitionCount()
      optional uint32 newPartitionCount = 2;
      Returns:
      Whether the newPartitionCount field is set.
    • getNewPartitionCount

      int getNewPartitionCount()
      optional uint32 newPartitionCount = 2;
      Returns:
      The newPartitionCount.
    • hasNewReplicationFactor

      boolean hasNewReplicationFactor()
      optional uint32 newReplicationFactor = 3;
      Returns:
      Whether the newReplicationFactor field is set.
    • getNewReplicationFactor

      int getNewReplicationFactor()
      optional uint32 newReplicationFactor = 3;
      Returns:
      The newReplicationFactor.
    • getDryRun

      boolean getDryRun()
      bool dryRun = 4;
      Returns:
      The dryRun.