Interface ResourceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceRequest, ResourceRequest.Builder
@Generated
public interface ResourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsParams(String key) map<string, string> params = 4;string configuration_uri = 5;com.google.protobuf.ByteStringstring configuration_uri = 5;string location = 1;com.google.protobuf.ByteStringstring location = 1;getName()string name = 3;com.google.protobuf.ByteStringstring name = 3;Deprecated.intmap<string, string> params = 4;map<string, string> params = 4;getParamsOrDefault(String key, String defaultValue) map<string, string> params = 4;getParamsOrThrow(String key) map<string, string> params = 4;string secrets_uri = 6;com.google.protobuf.ByteStringstring secrets_uri = 6;getType()string type = 2;com.google.protobuf.ByteStringstring type = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLocation
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()string location = 1;- Returns:
- The bytes for location.
-
getType
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 2;- Returns:
- The bytes for type.
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3;- Returns:
- The bytes for name.
-
getParamsCount
int getParamsCount()map<string, string> params = 4; -
containsParams
map<string, string> params = 4; -
getParams
-
getParamsMap
-
getParamsOrDefault
-
getParamsOrThrow
-
getConfigurationUri
-
getConfigurationUriBytes
com.google.protobuf.ByteString getConfigurationUriBytes()string configuration_uri = 5;- Returns:
- The bytes for configurationUri.
-
getSecretsUri
-
getSecretsUriBytes
com.google.protobuf.ByteString getSecretsUriBytes()string secrets_uri = 6;- Returns:
- The bytes for secretsUri.
-