Interface CommandAlert.BrokerClusterComponentsOrBuilder

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

public static interface CommandAlert.BrokerClusterComponentsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getBrokerClusters(int index)
    repeated string brokerClusters = 1;
    com.google.protobuf.ByteString
    repeated string brokerClusters = 1;
    int
    repeated string brokerClusters = 1;
    repeated string brokerClusters = 1;

    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

    • getBrokerClustersList

      List<String> getBrokerClustersList()
      repeated string brokerClusters = 1;
      Returns:
      A list containing the brokerClusters.
    • getBrokerClustersCount

      int getBrokerClustersCount()
      repeated string brokerClusters = 1;
      Returns:
      The count of brokerClusters.
    • getBrokerClusters

      String getBrokerClusters(int index)
      repeated string brokerClusters = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The brokerClusters at the given index.
    • getBrokerClustersBytes

      com.google.protobuf.ByteString getBrokerClustersBytes(int index)
      repeated string brokerClusters = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the brokerClusters at the given index.