Interface ResourceLocatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceLocator
,ResourceLocator.Builder
public interface ResourceLocatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
A set of dynamic parameters used to match against the dynamic parameter constraints on the resource.Deprecated.int
A set of dynamic parameters used to match against the dynamic parameter constraints on the resource.A set of dynamic parameters used to match against the dynamic parameter constraints on the resource.getDynamicParametersOrDefault
(String key, String defaultValue) A set of dynamic parameters used to match against the dynamic parameter constraints on the resource.A set of dynamic parameters used to match against the dynamic parameter constraints on the resource.getName()
The resource name to subscribe to.com.google.protobuf.ByteString
The resource name to subscribe to.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
-
getName
String getName()The resource name to subscribe to.
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The resource name to subscribe to.
string name = 1;
- Returns:
- The bytes for name.
-
getDynamicParametersCount
int getDynamicParametersCount()A set of dynamic parameters used to match against the dynamic parameter constraints on the resource. This allows clients to select between multiple variants of the same resource.
map<string, string> dynamic_parameters = 2;
-
containsDynamicParameters
A set of dynamic parameters used to match against the dynamic parameter constraints on the resource. This allows clients to select between multiple variants of the same resource.
map<string, string> dynamic_parameters = 2;
-
getDynamicParameters
Deprecated.UsegetDynamicParametersMap()
instead. -
getDynamicParametersMap
A set of dynamic parameters used to match against the dynamic parameter constraints on the resource. This allows clients to select between multiple variants of the same resource.
map<string, string> dynamic_parameters = 2;
-
getDynamicParametersOrDefault
A set of dynamic parameters used to match against the dynamic parameter constraints on the resource. This allows clients to select between multiple variants of the same resource.
map<string, string> dynamic_parameters = 2;
-
getDynamicParametersOrThrow
A set of dynamic parameters used to match against the dynamic parameter constraints on the resource. This allows clients to select between multiple variants of the same resource.
map<string, string> dynamic_parameters = 2;
-