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 Summary
Modifier and TypeMethodDescription.alert.BrokerClusterComponent brokerCluster = 4;.alert.BrokerClusterComponent brokerCluster = 4;string componentId = 3;com.google.protobuf.ByteStringstring componentId = 3;boolean.alert.BrokerClusterComponent brokerCluster = 4;booleanstring componentId = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
Alert.ComponentDesc.ComponentCase getComponentCase()
-