Interface Alert.ComponentDescOrBuilder

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

public static interface Alert.ComponentDescOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasComponentId

      boolean hasComponentId()
      string componentId = 3;
      Returns:
      Whether the componentId field is set.
    • getComponentId

      String getComponentId()
      string componentId = 3;
      Returns:
      The componentId.
    • getComponentIdBytes

      com.google.protobuf.ByteString getComponentIdBytes()
      string componentId = 3;
      Returns:
      The bytes for componentId.
    • hasBrokerCluster

      boolean hasBrokerCluster()
      .alert.BrokerClusterComponent brokerCluster = 4;
      Returns:
      Whether the brokerCluster field is set.
    • getBrokerCluster

      Alert.BrokerClusterComponent getBrokerCluster()
      .alert.BrokerClusterComponent brokerCluster = 4;
      Returns:
      The brokerCluster.
    • getBrokerClusterOrBuilder

      Alert.BrokerClusterComponentOrBuilder getBrokerClusterOrBuilder()
      .alert.BrokerClusterComponent brokerCluster = 4;
    • getComponentCase