Package io.dapr.v1

Interface DaprProtos.GetMetadataResponseOrBuilder

    • Method Detail

      • getId

        String getId()
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
        Returns:
        The bytes for id.
      • getActiveActorsCountList

        List<DaprProtos.ActiveActorsCount> getActiveActorsCountList()
        repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors"];
      • getActiveActorsCount

        DaprProtos.ActiveActorsCount getActiveActorsCount​(int index)
        repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors"];
      • getActiveActorsCountCount

        int getActiveActorsCountCount()
        repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors"];
      • getActiveActorsCountOrBuilderList

        List<? extends DaprProtos.ActiveActorsCountOrBuilder> getActiveActorsCountOrBuilderList()
        repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors"];
      • getActiveActorsCountOrBuilder

        DaprProtos.ActiveActorsCountOrBuilder getActiveActorsCountOrBuilder​(int index)
        repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors"];
      • getRegisteredComponentsList

        List<DaprProtos.RegisteredComponents> getRegisteredComponentsList()
        repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
      • getRegisteredComponents

        DaprProtos.RegisteredComponents getRegisteredComponents​(int index)
        repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
      • getRegisteredComponentsCount

        int getRegisteredComponentsCount()
        repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
      • getRegisteredComponentsOrBuilderList

        List<? extends DaprProtos.RegisteredComponentsOrBuilder> getRegisteredComponentsOrBuilderList()
        repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
      • getRegisteredComponentsOrBuilder

        DaprProtos.RegisteredComponentsOrBuilder getRegisteredComponentsOrBuilder​(int index)
        repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
      • getExtendedMetadataCount

        int getExtendedMetadataCount()
        map<string, string> extended_metadata = 4 [json_name = "extended"];
      • containsExtendedMetadata

        boolean containsExtendedMetadata​(String key)
        map<string, string> extended_metadata = 4 [json_name = "extended"];
      • getExtendedMetadataMap

        Map<String,​String> getExtendedMetadataMap()
        map<string, string> extended_metadata = 4 [json_name = "extended"];
      • getExtendedMetadataOrDefault

        String getExtendedMetadataOrDefault​(String key,
                                            String defaultValue)
        map<string, string> extended_metadata = 4 [json_name = "extended"];
      • getExtendedMetadataOrThrow

        String getExtendedMetadataOrThrow​(String key)
        map<string, string> extended_metadata = 4 [json_name = "extended"];
      • getSubscriptionsList

        List<DaprProtos.PubsubSubscription> getSubscriptionsList()
        repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
      • getSubscriptions

        DaprProtos.PubsubSubscription getSubscriptions​(int index)
        repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
      • getSubscriptionsCount

        int getSubscriptionsCount()
        repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
      • getSubscriptionsOrBuilderList

        List<? extends DaprProtos.PubsubSubscriptionOrBuilder> getSubscriptionsOrBuilderList()
        repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
      • getSubscriptionsOrBuilder

        DaprProtos.PubsubSubscriptionOrBuilder getSubscriptionsOrBuilder​(int index)
        repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
      • getHttpEndpointsList

        List<DaprProtos.MetadataHTTPEndpoint> getHttpEndpointsList()
        repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
      • getHttpEndpoints

        DaprProtos.MetadataHTTPEndpoint getHttpEndpoints​(int index)
        repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
      • getHttpEndpointsCount

        int getHttpEndpointsCount()
        repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
      • getHttpEndpointsOrBuilderList

        List<? extends DaprProtos.MetadataHTTPEndpointOrBuilder> getHttpEndpointsOrBuilderList()
        repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
      • getHttpEndpointsOrBuilder

        DaprProtos.MetadataHTTPEndpointOrBuilder getHttpEndpointsOrBuilder​(int index)
        repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
      • hasAppConnectionProperties

        boolean hasAppConnectionProperties()
        .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
        Returns:
        Whether the appConnectionProperties field is set.
      • getAppConnectionProperties

        DaprProtos.AppConnectionProperties getAppConnectionProperties()
        .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
        Returns:
        The appConnectionProperties.
      • getAppConnectionPropertiesOrBuilder

        DaprProtos.AppConnectionPropertiesOrBuilder getAppConnectionPropertiesOrBuilder()
        .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
      • getRuntimeVersion

        String getRuntimeVersion()
        string runtime_version = 8 [json_name = "runtimeVersion"];
        Returns:
        The runtimeVersion.
      • getRuntimeVersionBytes

        com.google.protobuf.ByteString getRuntimeVersionBytes()
        string runtime_version = 8 [json_name = "runtimeVersion"];
        Returns:
        The bytes for runtimeVersion.
      • getEnabledFeaturesList

        List<String> getEnabledFeaturesList()
        repeated string enabled_features = 9 [json_name = "enabledFeatures"];
        Returns:
        A list containing the enabledFeatures.
      • getEnabledFeaturesCount

        int getEnabledFeaturesCount()
        repeated string enabled_features = 9 [json_name = "enabledFeatures"];
        Returns:
        The count of enabledFeatures.
      • getEnabledFeatures

        String getEnabledFeatures​(int index)
        repeated string enabled_features = 9 [json_name = "enabledFeatures"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The enabledFeatures at the given index.
      • getEnabledFeaturesBytes

        com.google.protobuf.ByteString getEnabledFeaturesBytes​(int index)
        repeated string enabled_features = 9 [json_name = "enabledFeatures"];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the enabledFeatures at the given index.