Package io.dapr.v1
Interface DaprProtos.GetMetadataResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.GetMetadataResponse
,DaprProtos.GetMetadataResponse.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.GetMetadataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, string> extended_metadata = 4 [json_name = "extended"];
getActiveActorsCount
(int index) Deprecated.int
Deprecated.Deprecated.getActiveActorsCountOrBuilder
(int index) Deprecated.List<? extends DaprProtos.ActiveActorsCountOrBuilder>
Deprecated.TODO: Cassie: probably add scheduler runtime statusTODO: Cassie: probably add scheduler runtime status.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
getEnabledFeatures
(int index) repeated string enabled_features = 9 [json_name = "enabledFeatures"];
com.google.protobuf.ByteString
getEnabledFeaturesBytes
(int index) repeated string enabled_features = 9 [json_name = "enabledFeatures"];
int
repeated string enabled_features = 9 [json_name = "enabledFeatures"];
repeated string enabled_features = 9 [json_name = "enabledFeatures"];
Deprecated.int
map<string, string> extended_metadata = 4 [json_name = "extended"];
map<string, string> extended_metadata = 4 [json_name = "extended"];
getExtendedMetadataOrDefault
(String key, String defaultValue) map<string, string> extended_metadata = 4 [json_name = "extended"];
map<string, string> extended_metadata = 4 [json_name = "extended"];
getHttpEndpoints
(int index) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
int
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
getHttpEndpointsOrBuilder
(int index) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
List<? extends DaprProtos.MetadataHTTPEndpointOrBuilder>
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
getId()
string id = 1;
com.google.protobuf.ByteString
string id = 1;
getRegisteredComponents
(int index) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
int
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
getRegisteredComponentsOrBuilder
(int index) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
List<? extends DaprProtos.RegisteredComponentsOrBuilder>
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
string runtime_version = 8 [json_name = "runtimeVersion"];
com.google.protobuf.ByteString
string runtime_version = 8 [json_name = "runtimeVersion"];
getSubscriptions
(int index) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
int
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
getSubscriptionsOrBuilder
(int index) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
List<? extends DaprProtos.PubsubSubscriptionOrBuilder>
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
boolean
TODO: Cassie: probably add scheduler runtime statusboolean
.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
String getId()string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;
- Returns:
- The bytes for id.
-
getActiveActorsCountList
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
getActiveActorsCount
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
getActiveActorsCountCount
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
getActiveActorsCountOrBuilderList
@Deprecated List<? extends DaprProtos.ActiveActorsCountOrBuilder> getActiveActorsCountOrBuilderList()Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
getActiveActorsCountOrBuilder
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
getRegisteredComponentsList
List<DaprProtos.RegisteredComponents> getRegisteredComponentsList()repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
getRegisteredComponents
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
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
map<string, string> extended_metadata = 4 [json_name = "extended"];
-
getExtendedMetadata
Deprecated.UsegetExtendedMetadataMap()
instead. -
getExtendedMetadataMap
map<string, string> extended_metadata = 4 [json_name = "extended"];
-
getExtendedMetadataOrDefault
map<string, string> extended_metadata = 4 [json_name = "extended"];
-
getExtendedMetadataOrThrow
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
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
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
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
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
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
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.
-
hasActorRuntime
boolean hasActorRuntime()TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
- Returns:
- Whether the actorRuntime field is set.
-
getActorRuntime
DaprProtos.ActorRuntime getActorRuntime()TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
- Returns:
- The actorRuntime.
-
getActorRuntimeOrBuilder
DaprProtos.ActorRuntimeOrBuilder getActorRuntimeOrBuilder()TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
-