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 TypeMethodDescriptionbooleanmap<string, string> credentialsConfigurations = 6;booleancontainsParams(String key) map<string, string> params = 4;booleanmap<string, string> serviceConfigurations = 5;Deprecated.intmap<string, string> credentialsConfigurations = 6;map<string, string> credentialsConfigurations = 6;getCredentialsConfigurationsOrDefault(String key, String defaultValue) map<string, string> credentialsConfigurations = 6;map<string, string> credentialsConfigurations = 6;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;Deprecated.intmap<string, string> serviceConfigurations = 5;map<string, string> serviceConfigurations = 5;getServiceConfigurationsOrDefault(String key, String defaultValue) map<string, string> serviceConfigurations = 5;map<string, string> serviceConfigurations = 5;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; -
getServiceConfigurationsCount
int getServiceConfigurationsCount()map<string, string> serviceConfigurations = 5; -
containsServiceConfigurations
map<string, string> serviceConfigurations = 5; -
getServiceConfigurations
Deprecated.UsegetServiceConfigurationsMap()instead. -
getServiceConfigurationsMap
map<string, string> serviceConfigurations = 5; -
getServiceConfigurationsOrDefault
map<string, string> serviceConfigurations = 5; -
getServiceConfigurationsOrThrow
map<string, string> serviceConfigurations = 5; -
getCredentialsConfigurationsCount
int getCredentialsConfigurationsCount()map<string, string> credentialsConfigurations = 6; -
containsCredentialsConfigurations
map<string, string> credentialsConfigurations = 6; -
getCredentialsConfigurations
Deprecated.UsegetCredentialsConfigurationsMap()instead. -
getCredentialsConfigurationsMap
map<string, string> credentialsConfigurations = 6; -
getCredentialsConfigurationsOrDefault
map<string, string> credentialsConfigurations = 6; -
getCredentialsConfigurationsOrThrow
map<string, string> credentialsConfigurations = 6;
-