Package ai.wanaku.core.exchange.v1
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 request_id = 7;com.google.protobuf.ByteStringstring request_id = 7;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
String getLocation()string location = 1;- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()string location = 1;- Returns:
- The bytes for location.
-
getType
String getType()string type = 2;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 2;- Returns:
- The bytes for type.
-
getName
String getName()string name = 3;- Returns:
- The name.
-
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
Deprecated.UsegetParamsMap()instead. -
getParamsMap
map<string, string> params = 4; -
getParamsOrDefault
map<string, string> params = 4; -
getParamsOrThrow
map<string, string> params = 4; -
getConfigurationUri
String getConfigurationUri()string configuration_uri = 5;- Returns:
- The configurationUri.
-
getConfigurationUriBytes
com.google.protobuf.ByteString getConfigurationUriBytes()string configuration_uri = 5;- Returns:
- The bytes for configurationUri.
-
getSecretsUri
String getSecretsUri()string secrets_uri = 6;- Returns:
- The secretsUri.
-
getSecretsUriBytes
com.google.protobuf.ByteString getSecretsUriBytes()string secrets_uri = 6;- Returns:
- The bytes for secretsUri.
-
getRequestId
String getRequestId()string request_id = 7;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()string request_id = 7;- Returns:
- The bytes for requestId.
-