Package io.dapr.v1

Class DaprProtos.GetMetadataResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.dapr.v1.DaprProtos.GetMetadataResponse
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.GetMetadataResponseOrBuilder, java.io.Serializable
Enclosing class:
DaprProtos

public static final class DaprProtos.GetMetadataResponse
extends com.google.protobuf.GeneratedMessageV3
implements DaprProtos.GetMetadataResponseOrBuilder
 GetMetadataResponse is a message that is returned on GetMetadata rpc call
 
Protobuf type dapr.proto.runtime.v1.GetMetadataResponse
See Also:
Serialized Form
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
      Constant Field Values
    • ACTIVE_ACTORS_COUNT_FIELD_NUMBER

      public static final int ACTIVE_ACTORS_COUNT_FIELD_NUMBER
      See Also:
      Constant Field Values
    • REGISTERED_COMPONENTS_FIELD_NUMBER

      public static final int REGISTERED_COMPONENTS_FIELD_NUMBER
      See Also:
      Constant Field Values
    • EXTENDED_METADATA_FIELD_NUMBER

      public static final int EXTENDED_METADATA_FIELD_NUMBER
      See Also:
      Constant Field Values
  • Method Details

    • newInstance

      protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

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

      protected com.google.protobuf.MapField internalGetMapField​(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

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

      public java.lang.String getId()
      string id = 1;
      Specified by:
      getId in interface DaprProtos.GetMetadataResponseOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      Specified by:
      getIdBytes in interface DaprProtos.GetMetadataResponseOrBuilder
      Returns:
      The bytes for id.
    • getActiveActorsCountList

      public java.util.List<DaprProtos.ActiveActorsCount> getActiveActorsCountList()
      repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2;
      Specified by:
      getActiveActorsCountList in interface DaprProtos.GetMetadataResponseOrBuilder
    • getActiveActorsCountOrBuilderList

      public java.util.List<? extends DaprProtos.ActiveActorsCountOrBuilder> getActiveActorsCountOrBuilderList()
      repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2;
      Specified by:
      getActiveActorsCountOrBuilderList in interface DaprProtos.GetMetadataResponseOrBuilder
    • getActiveActorsCountCount

      public int getActiveActorsCountCount()
      repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2;
      Specified by:
      getActiveActorsCountCount in interface DaprProtos.GetMetadataResponseOrBuilder
    • getActiveActorsCount

      public DaprProtos.ActiveActorsCount getActiveActorsCount​(int index)
      repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2;
      Specified by:
      getActiveActorsCount in interface DaprProtos.GetMetadataResponseOrBuilder
    • getActiveActorsCountOrBuilder

      public DaprProtos.ActiveActorsCountOrBuilder getActiveActorsCountOrBuilder​(int index)
      repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2;
      Specified by:
      getActiveActorsCountOrBuilder in interface DaprProtos.GetMetadataResponseOrBuilder
    • getRegisteredComponentsList

      public java.util.List<DaprProtos.RegisteredComponents> getRegisteredComponentsList()
      repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;
      Specified by:
      getRegisteredComponentsList in interface DaprProtos.GetMetadataResponseOrBuilder
    • getRegisteredComponentsOrBuilderList

      public java.util.List<? extends DaprProtos.RegisteredComponentsOrBuilder> getRegisteredComponentsOrBuilderList()
      repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;
      Specified by:
      getRegisteredComponentsOrBuilderList in interface DaprProtos.GetMetadataResponseOrBuilder
    • getRegisteredComponentsCount

      public int getRegisteredComponentsCount()
      repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;
      Specified by:
      getRegisteredComponentsCount in interface DaprProtos.GetMetadataResponseOrBuilder
    • getRegisteredComponents

      public DaprProtos.RegisteredComponents getRegisteredComponents​(int index)
      repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;
      Specified by:
      getRegisteredComponents in interface DaprProtos.GetMetadataResponseOrBuilder
    • getRegisteredComponentsOrBuilder

      public DaprProtos.RegisteredComponentsOrBuilder getRegisteredComponentsOrBuilder​(int index)
      repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;
      Specified by:
      getRegisteredComponentsOrBuilder in interface DaprProtos.GetMetadataResponseOrBuilder
    • getExtendedMetadataCount

      public int getExtendedMetadataCount()
      Description copied from interface: DaprProtos.GetMetadataResponseOrBuilder
      map<string, string> extended_metadata = 4;
      Specified by:
      getExtendedMetadataCount in interface DaprProtos.GetMetadataResponseOrBuilder
    • containsExtendedMetadata

      public boolean containsExtendedMetadata​(java.lang.String key)
      map<string, string> extended_metadata = 4;
      Specified by:
      containsExtendedMetadata in interface DaprProtos.GetMetadataResponseOrBuilder
    • getExtendedMetadata

      @Deprecated public java.util.Map<java.lang.String,​java.lang.String> getExtendedMetadata()
      Deprecated.
      Specified by:
      getExtendedMetadata in interface DaprProtos.GetMetadataResponseOrBuilder
    • getExtendedMetadataMap

      public java.util.Map<java.lang.String,​java.lang.String> getExtendedMetadataMap()
      map<string, string> extended_metadata = 4;
      Specified by:
      getExtendedMetadataMap in interface DaprProtos.GetMetadataResponseOrBuilder
    • getExtendedMetadataOrDefault

      public java.lang.String getExtendedMetadataOrDefault​(java.lang.String key, java.lang.String defaultValue)
      map<string, string> extended_metadata = 4;
      Specified by:
      getExtendedMetadataOrDefault in interface DaprProtos.GetMetadataResponseOrBuilder
    • getExtendedMetadataOrThrow

      public java.lang.String getExtendedMetadataOrThrow​(java.lang.String key)
      map<string, string> extended_metadata = 4;
      Specified by:
      getExtendedMetadataOrThrow in interface DaprProtos.GetMetadataResponseOrBuilder
    • 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 java.io.IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      java.io.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​(java.lang.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 DaprProtos.GetMetadataResponse parseFrom​(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DaprProtos.GetMetadataResponse parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DaprProtos.GetMetadataResponse parseFrom​(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DaprProtos.GetMetadataResponse parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DaprProtos.GetMetadataResponse parseFrom​(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

      public static DaprProtos.GetMetadataResponse parseFrom​(java.io.InputStream input) throws java.io.IOException
      Throws:
      java.io.IOException
    • parseFrom

      public static DaprProtos.GetMetadataResponse parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
      Throws:
      java.io.IOException
    • parseDelimitedFrom

      public static DaprProtos.GetMetadataResponse parseDelimitedFrom​(java.io.InputStream input) throws java.io.IOException
      Throws:
      java.io.IOException
    • parseDelimitedFrom

      public static DaprProtos.GetMetadataResponse parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
      Throws:
      java.io.IOException
    • parseFrom

      public static DaprProtos.GetMetadataResponse parseFrom​(com.google.protobuf.CodedInputStream input) throws java.io.IOException
      Throws:
      java.io.IOException
    • parseFrom

      public static DaprProtos.GetMetadataResponse parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
      Throws:
      java.io.IOException
    • newBuilderForType

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

      public static DaprProtos.GetMetadataResponse.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DaprProtos.GetMetadataResponse.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static DaprProtos.GetMetadataResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DaprProtos.GetMetadataResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<DaprProtos.GetMetadataResponse> 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 DaprProtos.GetMetadataResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder