Package io.dapr.v1
Class DaprProtos.GetMetadataResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
io.dapr.v1.DaprProtos.GetMetadataResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,DaprProtos.GetMetadataResponseOrBuilder
,Cloneable
- Enclosing class:
- DaprProtos.GetMetadataResponse
public static final class DaprProtos.GetMetadataResponse.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
implements DaprProtos.GetMetadataResponseOrBuilder
GetMetadataResponse is a message that is returned on GetMetadata rpc call.Protobuf type
dapr.proto.runtime.v1.GetMetadataResponse
-
Method Summary
Modifier and TypeMethodDescriptionaddActiveActorsCount
(int index, DaprProtos.ActiveActorsCount value) Deprecated.addActiveActorsCount
(int index, DaprProtos.ActiveActorsCount.Builder builderForValue) Deprecated.Deprecated.addActiveActorsCount
(DaprProtos.ActiveActorsCount.Builder builderForValue) Deprecated.Deprecated.addActiveActorsCountBuilder
(int index) Deprecated.addAllActiveActorsCount
(Iterable<? extends DaprProtos.ActiveActorsCount> values) Deprecated.addAllEnabledFeatures
(Iterable<String> values) repeated string enabled_features = 9 [json_name = "enabledFeatures"];
addAllHttpEndpoints
(Iterable<? extends DaprProtos.MetadataHTTPEndpoint> values) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
addAllRegisteredComponents
(Iterable<? extends DaprProtos.RegisteredComponents> values) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
addAllSubscriptions
(Iterable<? extends DaprProtos.PubsubSubscription> values) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
addEnabledFeatures
(String value) repeated string enabled_features = 9 [json_name = "enabledFeatures"];
addEnabledFeaturesBytes
(com.google.protobuf.ByteString value) repeated string enabled_features = 9 [json_name = "enabledFeatures"];
addHttpEndpoints
(int index, DaprProtos.MetadataHTTPEndpoint value) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
addHttpEndpoints
(int index, DaprProtos.MetadataHTTPEndpoint.Builder builderForValue) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
addHttpEndpoints
(DaprProtos.MetadataHTTPEndpoint.Builder builderForValue) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
addHttpEndpointsBuilder
(int index) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
addRegisteredComponents
(int index, DaprProtos.RegisteredComponents value) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
addRegisteredComponents
(int index, DaprProtos.RegisteredComponents.Builder builderForValue) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
addRegisteredComponents
(DaprProtos.RegisteredComponents.Builder builderForValue) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
addRegisteredComponentsBuilder
(int index) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addSubscriptions
(int index, DaprProtos.PubsubSubscription value) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
addSubscriptions
(int index, DaprProtos.PubsubSubscription.Builder builderForValue) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
addSubscriptions
(DaprProtos.PubsubSubscription.Builder builderForValue) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
addSubscriptionsBuilder
(int index) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
build()
clear()
Deprecated.TODO: Cassie: probably add scheduler runtime status.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
repeated string enabled_features = 9 [json_name = "enabledFeatures"];
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
clearId()
string id = 1;
clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
string runtime_version = 8 [json_name = "runtimeVersion"];
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
clone()
boolean
map<string, string> extended_metadata = 4 [json_name = "extended"];
getActiveActorsCount
(int index) Deprecated.getActiveActorsCountBuilder
(int index) Deprecated.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 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"];
.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
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"];
com.google.protobuf.ProtocolStringList
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"];
getHttpEndpointsBuilder
(int index) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
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;
Deprecated.getRegisteredComponents
(int index) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
getRegisteredComponentsBuilder
(int index) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
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"];
getSubscriptionsBuilder
(int index) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
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"];
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
protected com.google.protobuf.MapField
internalGetMapField
(int number) protected com.google.protobuf.MapField
internalGetMutableMapField
(int number) final boolean
TODO: Cassie: probably add scheduler runtime status.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) putAllExtendedMetadata
(Map<String, String> values) map<string, string> extended_metadata = 4 [json_name = "extended"];
putExtendedMetadata
(String key, String value) map<string, string> extended_metadata = 4 [json_name = "extended"];
removeActiveActorsCount
(int index) Deprecated.map<string, string> extended_metadata = 4 [json_name = "extended"];
removeHttpEndpoints
(int index) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
removeRegisteredComponents
(int index) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
removeSubscriptions
(int index) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
setActiveActorsCount
(int index, DaprProtos.ActiveActorsCount value) Deprecated.setActiveActorsCount
(int index, DaprProtos.ActiveActorsCount.Builder builderForValue) Deprecated.TODO: Cassie: probably add scheduler runtime statussetActorRuntime
(DaprProtos.ActorRuntime.Builder builderForValue) TODO: Cassie: probably add scheduler runtime status.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
setAppConnectionProperties
(DaprProtos.AppConnectionProperties.Builder builderForValue) .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
setEnabledFeatures
(int index, String value) repeated string enabled_features = 9 [json_name = "enabledFeatures"];
setHttpEndpoints
(int index, DaprProtos.MetadataHTTPEndpoint value) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
setHttpEndpoints
(int index, DaprProtos.MetadataHTTPEndpoint.Builder builderForValue) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
string id = 1;
setIdBytes
(com.google.protobuf.ByteString value) string id = 1;
setRegisteredComponents
(int index, DaprProtos.RegisteredComponents value) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
setRegisteredComponents
(int index, DaprProtos.RegisteredComponents.Builder builderForValue) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRuntimeVersion
(String value) string runtime_version = 8 [json_name = "runtimeVersion"];
setRuntimeVersionBytes
(com.google.protobuf.ByteString value) string runtime_version = 8 [json_name = "runtimeVersion"];
setSubscriptions
(int index, DaprProtos.PubsubSubscription value) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
setSubscriptions
(int index, DaprProtos.PubsubSubscription.Builder builderForValue) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number) - Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number) - Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
setField
public DaprProtos.GetMetadataResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
clearField
public DaprProtos.GetMetadataResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
clearOneof
public DaprProtos.GetMetadataResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
setRepeatedField
public DaprProtos.GetMetadataResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
addRepeatedField
public DaprProtos.GetMetadataResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DaprProtos.GetMetadataResponse.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
mergeFrom
public DaprProtos.GetMetadataResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DaprProtos.GetMetadataResponse.Builder>
- Throws:
IOException
-
getId
string id = 1;
- Specified by:
getId
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()string id = 1;
- Specified by:
getIdBytes
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Returns:
- The bytes for id.
-
setId
string id = 1;
- Parameters:
value
- The id to set.- Returns:
- This builder for chaining.
-
clearId
string id = 1;
- Returns:
- This builder for chaining.
-
setIdBytes
string id = 1;
- Parameters:
value
- The bytes for id to set.- Returns:
- This builder for chaining.
-
getActiveActorsCountList
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
- Specified by:
getActiveActorsCountList
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getActiveActorsCountCount
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
- Specified by:
getActiveActorsCountCount
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getActiveActorsCount
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
- Specified by:
getActiveActorsCount
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
setActiveActorsCount
@Deprecated public DaprProtos.GetMetadataResponse.Builder setActiveActorsCount(int index, DaprProtos.ActiveActorsCount value) Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
setActiveActorsCount
@Deprecated public DaprProtos.GetMetadataResponse.Builder setActiveActorsCount(int index, DaprProtos.ActiveActorsCount.Builder builderForValue) Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
addActiveActorsCount
@Deprecated public DaprProtos.GetMetadataResponse.Builder addActiveActorsCount(DaprProtos.ActiveActorsCount value) Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
addActiveActorsCount
@Deprecated public DaprProtos.GetMetadataResponse.Builder addActiveActorsCount(int index, DaprProtos.ActiveActorsCount value) Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
addActiveActorsCount
@Deprecated public DaprProtos.GetMetadataResponse.Builder addActiveActorsCount(DaprProtos.ActiveActorsCount.Builder builderForValue) Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
addActiveActorsCount
@Deprecated public DaprProtos.GetMetadataResponse.Builder addActiveActorsCount(int index, DaprProtos.ActiveActorsCount.Builder builderForValue) Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
addAllActiveActorsCount
@Deprecated public DaprProtos.GetMetadataResponse.Builder addAllActiveActorsCount(Iterable<? extends DaprProtos.ActiveActorsCount> values) Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
clearActiveActorsCount
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
removeActiveActorsCount
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
getActiveActorsCountBuilder
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];
- Specified by:
getActiveActorsCountOrBuilder
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getActiveActorsCountOrBuilderList
@Deprecated public 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];
- Specified by:
getActiveActorsCountOrBuilderList
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
addActiveActorsCountBuilder
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
addActiveActorsCountBuilder
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
getActiveActorsCountBuilderList
Deprecated.Deprecated alias for actor_runtime.active_actors.
repeated .dapr.proto.runtime.v1.ActiveActorsCount active_actors_count = 2 [json_name = "actors", deprecated = true];
-
getRegisteredComponentsList
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
- Specified by:
getRegisteredComponentsList
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getRegisteredComponentsCount
public int getRegisteredComponentsCount()repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
- Specified by:
getRegisteredComponentsCount
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getRegisteredComponents
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
- Specified by:
getRegisteredComponents
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
setRegisteredComponents
public DaprProtos.GetMetadataResponse.Builder setRegisteredComponents(int index, DaprProtos.RegisteredComponents value) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
setRegisteredComponents
public DaprProtos.GetMetadataResponse.Builder setRegisteredComponents(int index, DaprProtos.RegisteredComponents.Builder builderForValue) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
addRegisteredComponents
public DaprProtos.GetMetadataResponse.Builder addRegisteredComponents(DaprProtos.RegisteredComponents value) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
addRegisteredComponents
public DaprProtos.GetMetadataResponse.Builder addRegisteredComponents(int index, DaprProtos.RegisteredComponents value) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
addRegisteredComponents
public DaprProtos.GetMetadataResponse.Builder addRegisteredComponents(DaprProtos.RegisteredComponents.Builder builderForValue) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
addRegisteredComponents
public DaprProtos.GetMetadataResponse.Builder addRegisteredComponents(int index, DaprProtos.RegisteredComponents.Builder builderForValue) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
addAllRegisteredComponents
public DaprProtos.GetMetadataResponse.Builder addAllRegisteredComponents(Iterable<? extends DaprProtos.RegisteredComponents> values) repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
clearRegisteredComponents
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
removeRegisteredComponents
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
getRegisteredComponentsBuilder
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"];
- Specified by:
getRegisteredComponentsOrBuilder
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getRegisteredComponentsOrBuilderList
public List<? extends DaprProtos.RegisteredComponentsOrBuilder> getRegisteredComponentsOrBuilderList()repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
- Specified by:
getRegisteredComponentsOrBuilderList
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
addRegisteredComponentsBuilder
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
addRegisteredComponentsBuilder
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
getRegisteredComponentsBuilderList
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-
getExtendedMetadataCount
public int getExtendedMetadataCount()Description copied from interface:DaprProtos.GetMetadataResponseOrBuilder
map<string, string> extended_metadata = 4 [json_name = "extended"];
- Specified by:
getExtendedMetadataCount
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
containsExtendedMetadata
map<string, string> extended_metadata = 4 [json_name = "extended"];
- Specified by:
containsExtendedMetadata
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getExtendedMetadata
Deprecated.UsegetExtendedMetadataMap()
instead.- Specified by:
getExtendedMetadata
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getExtendedMetadataMap
map<string, string> extended_metadata = 4 [json_name = "extended"];
- Specified by:
getExtendedMetadataMap
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getExtendedMetadataOrDefault
map<string, string> extended_metadata = 4 [json_name = "extended"];
- Specified by:
getExtendedMetadataOrDefault
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getExtendedMetadataOrThrow
map<string, string> extended_metadata = 4 [json_name = "extended"];
- Specified by:
getExtendedMetadataOrThrow
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
clearExtendedMetadata
-
removeExtendedMetadata
map<string, string> extended_metadata = 4 [json_name = "extended"];
-
getMutableExtendedMetadata
Deprecated.Use alternate mutation accessors instead. -
putExtendedMetadata
map<string, string> extended_metadata = 4 [json_name = "extended"];
-
putAllExtendedMetadata
map<string, string> extended_metadata = 4 [json_name = "extended"];
-
getSubscriptionsList
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
- Specified by:
getSubscriptionsList
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getSubscriptionsCount
public int getSubscriptionsCount()repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
- Specified by:
getSubscriptionsCount
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getSubscriptions
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
- Specified by:
getSubscriptions
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
setSubscriptions
public DaprProtos.GetMetadataResponse.Builder setSubscriptions(int index, DaprProtos.PubsubSubscription value) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
setSubscriptions
public DaprProtos.GetMetadataResponse.Builder setSubscriptions(int index, DaprProtos.PubsubSubscription.Builder builderForValue) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
addSubscriptions
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
addSubscriptions
public DaprProtos.GetMetadataResponse.Builder addSubscriptions(int index, DaprProtos.PubsubSubscription value) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
addSubscriptions
public DaprProtos.GetMetadataResponse.Builder addSubscriptions(DaprProtos.PubsubSubscription.Builder builderForValue) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
addSubscriptions
public DaprProtos.GetMetadataResponse.Builder addSubscriptions(int index, DaprProtos.PubsubSubscription.Builder builderForValue) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
addAllSubscriptions
public DaprProtos.GetMetadataResponse.Builder addAllSubscriptions(Iterable<? extends DaprProtos.PubsubSubscription> values) repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
clearSubscriptions
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
removeSubscriptions
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
getSubscriptionsBuilder
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
getSubscriptionsOrBuilder
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
- Specified by:
getSubscriptionsOrBuilder
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getSubscriptionsOrBuilderList
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
- Specified by:
getSubscriptionsOrBuilderList
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
addSubscriptionsBuilder
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
addSubscriptionsBuilder
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
getSubscriptionsBuilderList
repeated .dapr.proto.runtime.v1.PubsubSubscription subscriptions = 5 [json_name = "subscriptions"];
-
getHttpEndpointsList
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
- Specified by:
getHttpEndpointsList
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getHttpEndpointsCount
public int getHttpEndpointsCount()repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
- Specified by:
getHttpEndpointsCount
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getHttpEndpoints
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
- Specified by:
getHttpEndpoints
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
setHttpEndpoints
public DaprProtos.GetMetadataResponse.Builder setHttpEndpoints(int index, DaprProtos.MetadataHTTPEndpoint value) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
setHttpEndpoints
public DaprProtos.GetMetadataResponse.Builder setHttpEndpoints(int index, DaprProtos.MetadataHTTPEndpoint.Builder builderForValue) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
addHttpEndpoints
public DaprProtos.GetMetadataResponse.Builder addHttpEndpoints(DaprProtos.MetadataHTTPEndpoint value) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
addHttpEndpoints
public DaprProtos.GetMetadataResponse.Builder addHttpEndpoints(int index, DaprProtos.MetadataHTTPEndpoint value) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
addHttpEndpoints
public DaprProtos.GetMetadataResponse.Builder addHttpEndpoints(DaprProtos.MetadataHTTPEndpoint.Builder builderForValue) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
addHttpEndpoints
public DaprProtos.GetMetadataResponse.Builder addHttpEndpoints(int index, DaprProtos.MetadataHTTPEndpoint.Builder builderForValue) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
addAllHttpEndpoints
public DaprProtos.GetMetadataResponse.Builder addAllHttpEndpoints(Iterable<? extends DaprProtos.MetadataHTTPEndpoint> values) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
clearHttpEndpoints
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
removeHttpEndpoints
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
getHttpEndpointsBuilder
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"];
- Specified by:
getHttpEndpointsOrBuilder
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getHttpEndpointsOrBuilderList
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
- Specified by:
getHttpEndpointsOrBuilderList
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
addHttpEndpointsBuilder
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
addHttpEndpointsBuilder
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
getHttpEndpointsBuilderList
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-
hasAppConnectionProperties
public boolean hasAppConnectionProperties().dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
- Specified by:
hasAppConnectionProperties
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Returns:
- Whether the appConnectionProperties field is set.
-
getAppConnectionProperties
.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
- Specified by:
getAppConnectionProperties
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Returns:
- The appConnectionProperties.
-
setAppConnectionProperties
public DaprProtos.GetMetadataResponse.Builder setAppConnectionProperties(DaprProtos.AppConnectionProperties value) .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
-
setAppConnectionProperties
public DaprProtos.GetMetadataResponse.Builder setAppConnectionProperties(DaprProtos.AppConnectionProperties.Builder builderForValue) .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
-
mergeAppConnectionProperties
public DaprProtos.GetMetadataResponse.Builder mergeAppConnectionProperties(DaprProtos.AppConnectionProperties value) .dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
-
clearAppConnectionProperties
.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
-
getAppConnectionPropertiesBuilder
.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
-
getAppConnectionPropertiesOrBuilder
.dapr.proto.runtime.v1.AppConnectionProperties app_connection_properties = 7 [json_name = "appConnectionProperties"];
- Specified by:
getAppConnectionPropertiesOrBuilder
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
getRuntimeVersion
string runtime_version = 8 [json_name = "runtimeVersion"];
- Specified by:
getRuntimeVersion
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Returns:
- The runtimeVersion.
-
getRuntimeVersionBytes
public com.google.protobuf.ByteString getRuntimeVersionBytes()string runtime_version = 8 [json_name = "runtimeVersion"];
- Specified by:
getRuntimeVersionBytes
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Returns:
- The bytes for runtimeVersion.
-
setRuntimeVersion
string runtime_version = 8 [json_name = "runtimeVersion"];
- Parameters:
value
- The runtimeVersion to set.- Returns:
- This builder for chaining.
-
clearRuntimeVersion
string runtime_version = 8 [json_name = "runtimeVersion"];
- Returns:
- This builder for chaining.
-
setRuntimeVersionBytes
public DaprProtos.GetMetadataResponse.Builder setRuntimeVersionBytes(com.google.protobuf.ByteString value) string runtime_version = 8 [json_name = "runtimeVersion"];
- Parameters:
value
- The bytes for runtimeVersion to set.- Returns:
- This builder for chaining.
-
getEnabledFeaturesList
public com.google.protobuf.ProtocolStringList getEnabledFeaturesList()repeated string enabled_features = 9 [json_name = "enabledFeatures"];
- Specified by:
getEnabledFeaturesList
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Returns:
- A list containing the enabledFeatures.
-
getEnabledFeaturesCount
public int getEnabledFeaturesCount()repeated string enabled_features = 9 [json_name = "enabledFeatures"];
- Specified by:
getEnabledFeaturesCount
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Returns:
- The count of enabledFeatures.
-
getEnabledFeatures
repeated string enabled_features = 9 [json_name = "enabledFeatures"];
- Specified by:
getEnabledFeatures
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The enabledFeatures at the given index.
-
getEnabledFeaturesBytes
public com.google.protobuf.ByteString getEnabledFeaturesBytes(int index) repeated string enabled_features = 9 [json_name = "enabledFeatures"];
- Specified by:
getEnabledFeaturesBytes
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the enabledFeatures at the given index.
-
setEnabledFeatures
repeated string enabled_features = 9 [json_name = "enabledFeatures"];
- Parameters:
index
- The index to set the value at.value
- The enabledFeatures to set.- Returns:
- This builder for chaining.
-
addEnabledFeatures
repeated string enabled_features = 9 [json_name = "enabledFeatures"];
- Parameters:
value
- The enabledFeatures to add.- Returns:
- This builder for chaining.
-
addAllEnabledFeatures
repeated string enabled_features = 9 [json_name = "enabledFeatures"];
- Parameters:
values
- The enabledFeatures to add.- Returns:
- This builder for chaining.
-
clearEnabledFeatures
repeated string enabled_features = 9 [json_name = "enabledFeatures"];
- Returns:
- This builder for chaining.
-
addEnabledFeaturesBytes
public DaprProtos.GetMetadataResponse.Builder addEnabledFeaturesBytes(com.google.protobuf.ByteString value) repeated string enabled_features = 9 [json_name = "enabledFeatures"];
- Parameters:
value
- The bytes of the enabledFeatures to add.- Returns:
- This builder for chaining.
-
hasActorRuntime
public boolean hasActorRuntime()TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
- Specified by:
hasActorRuntime
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Returns:
- Whether the actorRuntime field is set.
-
getActorRuntime
TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
- Specified by:
getActorRuntime
in interfaceDaprProtos.GetMetadataResponseOrBuilder
- Returns:
- The actorRuntime.
-
setActorRuntime
TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
-
setActorRuntime
public DaprProtos.GetMetadataResponse.Builder setActorRuntime(DaprProtos.ActorRuntime.Builder builderForValue) TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
-
mergeActorRuntime
TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
-
clearActorRuntime
TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
-
getActorRuntimeBuilder
TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
-
getActorRuntimeOrBuilder
TODO: Cassie: probably add scheduler runtime status
.dapr.proto.runtime.v1.ActorRuntime actor_runtime = 10 [json_name = "actorRuntime"];
- Specified by:
getActorRuntimeOrBuilder
in interfaceDaprProtos.GetMetadataResponseOrBuilder
-
setUnknownFields
public final DaprProtos.GetMetadataResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-
mergeUnknownFields
public final DaprProtos.GetMetadataResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.GetMetadataResponse.Builder>
-