Package ai.wanaku.core.exchange
Interface ResourceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceRequest,ResourceRequest.Builder
public interface ResourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsParams(String key) map<string, string> params = 4;string configurationURI = 5;com.google.protobuf.ByteStringstring configurationURI = 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 secretsURI = 6;com.google.protobuf.ByteStringstring secretsURI = 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 configurationURI = 5;- Returns:
- The configurationURI.
-
getConfigurationURIBytes
com.google.protobuf.ByteString getConfigurationURIBytes()string configurationURI = 5;- Returns:
- The bytes for configurationURI.
-
getSecretsURI
String getSecretsURI()string secretsURI = 6;- Returns:
- The secretsURI.
-
getSecretsURIBytes
com.google.protobuf.ByteString getSecretsURIBytes()string secretsURI = 6;- Returns:
- The bytes for secretsURI.
-