Interface ToolInvokeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolInvokeRequest, ToolInvokeRequest.Builder
@Generated
public interface ToolInvokeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsArguments(String key) map<string, string> arguments = 3;booleancontainsHeaders(String key) map<string, string> headers = 6;Deprecated.intmap<string, string> arguments = 3;map<string, string> arguments = 3;getArgumentsOrDefault(String key, String defaultValue) map<string, string> arguments = 3;map<string, string> arguments = 3;getBody()string body = 2;com.google.protobuf.ByteStringstring body = 2;string configuration_uri = 4;com.google.protobuf.ByteStringstring configuration_uri = 4;Deprecated.intmap<string, string> headers = 6;map<string, string> headers = 6;getHeadersOrDefault(String key, String defaultValue) map<string, string> headers = 6;getHeadersOrThrow(String key) map<string, string> headers = 6;string secrets_uri = 5;com.google.protobuf.ByteStringstring secrets_uri = 5;getUri()string uri = 1;com.google.protobuf.ByteStringstring uri = 1;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
-
getUri
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()string uri = 1;- Returns:
- The bytes for uri.
-
getBody
-
getBodyBytes
com.google.protobuf.ByteString getBodyBytes()string body = 2;- Returns:
- The bytes for body.
-
getArgumentsCount
int getArgumentsCount()map<string, string> arguments = 3; -
containsArguments
map<string, string> arguments = 3; -
getArguments
-
getArgumentsMap
-
getArgumentsOrDefault
-
getArgumentsOrThrow
-
getConfigurationUri
-
getConfigurationUriBytes
com.google.protobuf.ByteString getConfigurationUriBytes()string configuration_uri = 4;- Returns:
- The bytes for configurationUri.
-
getSecretsUri
-
getSecretsUriBytes
com.google.protobuf.ByteString getSecretsUriBytes()string secrets_uri = 5;- Returns:
- The bytes for secretsUri.
-
getHeadersCount
int getHeadersCount()map<string, string> headers = 6; -
containsHeaders
map<string, string> headers = 6; -
getHeaders
-
getHeadersMap
-
getHeadersOrDefault
-
getHeadersOrThrow
-