Class Alert.ComponentDesc

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.confluent.controlcenter.alert.record.Alert.ComponentDesc
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Alert.ComponentDescOrBuilder, Serializable
Enclosing class:
Alert

public static final class Alert.ComponentDesc extends com.google.protobuf.GeneratedMessage implements Alert.ComponentDescOrBuilder
Protobuf type alert.ComponentDesc
See Also:
  • Field Details

    • COMPONENTID_FIELD_NUMBER

      public static final int COMPONENTID_FIELD_NUMBER
      See Also:
    • BROKERCLUSTER_FIELD_NUMBER

      public static final int BROKERCLUSTER_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • getComponentCase

      public Alert.ComponentDesc.ComponentCase getComponentCase()
      Specified by:
      getComponentCase in interface Alert.ComponentDescOrBuilder
    • hasComponentId

      public boolean hasComponentId()
      string componentId = 3;
      Specified by:
      hasComponentId in interface Alert.ComponentDescOrBuilder
      Returns:
      Whether the componentId field is set.
    • getComponentId

      public String getComponentId()
      string componentId = 3;
      Specified by:
      getComponentId in interface Alert.ComponentDescOrBuilder
      Returns:
      The componentId.
    • getComponentIdBytes

      public com.google.protobuf.ByteString getComponentIdBytes()
      string componentId = 3;
      Specified by:
      getComponentIdBytes in interface Alert.ComponentDescOrBuilder
      Returns:
      The bytes for componentId.
    • hasBrokerCluster

      public boolean hasBrokerCluster()
      .alert.BrokerClusterComponent brokerCluster = 4;
      Specified by:
      hasBrokerCluster in interface Alert.ComponentDescOrBuilder
      Returns:
      Whether the brokerCluster field is set.
    • getBrokerCluster

      public Alert.BrokerClusterComponent getBrokerCluster()
      .alert.BrokerClusterComponent brokerCluster = 4;
      Specified by:
      getBrokerCluster in interface Alert.ComponentDescOrBuilder
      Returns:
      The brokerCluster.
    • getBrokerClusterOrBuilder

      public Alert.BrokerClusterComponentOrBuilder getBrokerClusterOrBuilder()
      .alert.BrokerClusterComponent brokerCluster = 4;
      Specified by:
      getBrokerClusterOrBuilder in interface Alert.ComponentDescOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Alert.ComponentDesc parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Alert.ComponentDesc parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Alert.ComponentDesc parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Alert.ComponentDesc parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Alert.ComponentDesc parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Alert.ComponentDesc parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Alert.ComponentDesc parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Alert.ComponentDesc parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Alert.ComponentDesc parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Alert.ComponentDesc parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Alert.ComponentDesc parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Alert.ComponentDesc parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Alert.ComponentDesc.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Alert.ComponentDesc.Builder newBuilder()
    • newBuilder

      public static Alert.ComponentDesc.Builder newBuilder(Alert.ComponentDesc prototype)
    • toBuilder

      public Alert.ComponentDesc.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • getDefaultInstance

      public static Alert.ComponentDesc getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Alert.ComponentDesc> parser()
    • getParserForType

      public com.google.protobuf.Parser<Alert.ComponentDesc> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Alert.ComponentDesc getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder