Interface Alert.BrokerClusterComponentOrBuilder

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

public static interface Alert.BrokerClusterComponentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string brokerId = 2;
    com.google.protobuf.ByteString
    string brokerId = 2;
    string clusterId = 1;
    com.google.protobuf.ByteString
    string clusterId = 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

    • getClusterId

      String getClusterId()
      string clusterId = 1;
      Returns:
      The clusterId.
    • getClusterIdBytes

      com.google.protobuf.ByteString getClusterIdBytes()
      string clusterId = 1;
      Returns:
      The bytes for clusterId.
    • getBrokerId

      String getBrokerId()
      string brokerId = 2;
      Returns:
      The brokerId.
    • getBrokerIdBytes

      com.google.protobuf.ByteString getBrokerIdBytes()
      string brokerId = 2;
      Returns:
      The bytes for brokerId.