Class Requests.Response

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.camunda.zeebe.dynamic.config.protocol.Requests.Response
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Requests.ResponseOrBuilder, Serializable
Enclosing class:
Requests

public static final class Requests.Response extends com.google.protobuf.GeneratedMessageV3 implements Requests.ResponseOrBuilder
Protobuf type topology_requests.Response
See Also:
  • Field Details

    • ERROR_FIELD_NUMBER

      public static final int ERROR_FIELD_NUMBER
      See Also:
    • TOPOLOGYCHANGERESPONSE_FIELD_NUMBER

      public static final int TOPOLOGYCHANGERESPONSE_FIELD_NUMBER
      See Also:
    • CLUSTERTOPOLOGY_FIELD_NUMBER

      public static final int CLUSTERTOPOLOGY_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getResponseCase

      public Requests.Response.ResponseCase getResponseCase()
      Specified by:
      getResponseCase in interface Requests.ResponseOrBuilder
    • hasError

      public boolean hasError()
      .topology_requests.ErrorResponse error = 1;
      Specified by:
      hasError in interface Requests.ResponseOrBuilder
      Returns:
      Whether the error field is set.
    • getError

      public Requests.ErrorResponse getError()
      .topology_requests.ErrorResponse error = 1;
      Specified by:
      getError in interface Requests.ResponseOrBuilder
      Returns:
      The error.
    • getErrorOrBuilder

      public Requests.ErrorResponseOrBuilder getErrorOrBuilder()
      .topology_requests.ErrorResponse error = 1;
      Specified by:
      getErrorOrBuilder in interface Requests.ResponseOrBuilder
    • hasTopologyChangeResponse

      public boolean hasTopologyChangeResponse()
      .topology_requests.TopologyChangeResponse topologyChangeResponse = 2;
      Specified by:
      hasTopologyChangeResponse in interface Requests.ResponseOrBuilder
      Returns:
      Whether the topologyChangeResponse field is set.
    • getTopologyChangeResponse

      public Requests.TopologyChangeResponse getTopologyChangeResponse()
      .topology_requests.TopologyChangeResponse topologyChangeResponse = 2;
      Specified by:
      getTopologyChangeResponse in interface Requests.ResponseOrBuilder
      Returns:
      The topologyChangeResponse.
    • getTopologyChangeResponseOrBuilder

      public Requests.TopologyChangeResponseOrBuilder getTopologyChangeResponseOrBuilder()
      .topology_requests.TopologyChangeResponse topologyChangeResponse = 2;
      Specified by:
      getTopologyChangeResponseOrBuilder in interface Requests.ResponseOrBuilder
    • hasClusterTopology

      public boolean hasClusterTopology()
      .topology_protocol.ClusterTopology clusterTopology = 3;
      Specified by:
      hasClusterTopology in interface Requests.ResponseOrBuilder
      Returns:
      Whether the clusterTopology field is set.
    • getClusterTopology

      public Topology.ClusterTopology getClusterTopology()
      .topology_protocol.ClusterTopology clusterTopology = 3;
      Specified by:
      getClusterTopology in interface Requests.ResponseOrBuilder
      Returns:
      The clusterTopology.
    • getClusterTopologyOrBuilder

      public Topology.ClusterTopologyOrBuilder getClusterTopologyOrBuilder()
      .topology_protocol.ClusterTopology clusterTopology = 3;
      Specified by:
      getClusterTopologyOrBuilder in interface Requests.ResponseOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • 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.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • 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 Requests.Response parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static Requests.Response parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static Requests.Response parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static Requests.Response.Builder newBuilder()
    • newBuilder

      public static Requests.Response.Builder newBuilder(Requests.Response prototype)
    • toBuilder

      public Requests.Response.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Requests.Response.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Requests.Response getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Requests.Response> parser()
    • getParserForType

      public com.google.protobuf.Parser<Requests.Response> 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.GeneratedMessageV3
    • getDefaultInstanceForType

      public Requests.Response getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder