Classes
ApiMessageHttpRequestFormatter<RequestT>
Utility class to parse ApiMessages into various HTTP request parts.
ApiMessageHttpRequestFormatter.Builder<RequestT>
ApiMessageHttpResponseParser<ResponseT>
Utility class to parse ApiMessages from HTTP responses.
ApiMessageHttpResponseParser.Builder<ResponseT>
ApiMessageOperationTransformers
Transformers from OperationSnapshot wrappers to the underlying native ApiMessage objects. Public for technical reasons; intended for use by generated code.
ApiMessageOperationTransformers.MetadataTransformer<MetadataT>
ApiMessageOperationTransformers.ResponseTransformer<ResponseT>
ApiMethodDescriptor<RequestT,ResponseT>
ApiMethodDescriptor.Builder<RequestT,ResponseT>
EmptyMessage
A generic empty message that can be re-used to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the response type of an API method.
EmptyMessage.Builder
FieldMaskedSerializer
JSON Serializer for messages with a field mask to selectively serialize fields.
GaxHttpJsonProperties
Provides properties of the GAX-HTTPJSON library.
HttpHeadersUtils
This class is for internal use only and is public for technical reasons.
HttpJsonCallContext
HttpJsonCallContext encapsulates context data used to make an http-json call.
HttpJsonCallContext is immutable in the sense that none of its methods modifies the
HttpJsonCallContext itself or the underlying data. Methods of the form withX
return
copies of the object, but with one field changed. The immutability and thread safety of the
arguments solely depends on the arguments themselves.
HttpJsonCallOptions
Options for an http-json call, including deadline and credentials.
HttpJsonCallOptions.Builder
HttpJsonCallSettings<RequestT,ResponseT>
HTTP-specific settings for creating callables.
HttpJsonCallSettings.Builder<RequestT,ResponseT>
HttpJsonCallableFactory
Class with utility methods to create http/json-based direct callables.
HttpJsonHeaderEnhancers
Utility class that creates instances of HttpJsonHeaderEnhancer.
HttpJsonLongRunningClient<RequestT,OperationT>
Implementation of LongRunningClient based on REST transport.
Public for technical reasons. For internal use only.
HttpJsonOperationSnapshot
Implementation of OperationSnapshot based on REST transport.
Public for technical reasons. For internal use only.
HttpJsonOperationSnapshot.Builder
HttpJsonOperationSnapshotCallable<RequestT,OperationT>
A UnaryCallable
that wraps a UnaryCallable returning an Operation and returns an
OperationSnapshot instead.
Public for technical reasons. For internal use only.
HttpJsonStatusCode
A failure code specific to an HTTP call.
HttpJsonTransportChannel
Implementation of TransportChannel based on http/json.
HttpJsonTransportChannel.Builder
InstantiatingHttpJsonChannelProvider
InstantiatingHttpJsonChannelProvider is a TransportChannelProvider which constructs a ManagedHttpJsonChannel with a number of configured inputs every time getChannel(...) is called. These inputs include a port, a service address, and credentials.
The credentials can either be supplied directly (by providing a FixedCredentialsProvider to Builder.setCredentialsProvider()) or acquired implicitly from Application Default Credentials (by providing a GoogleCredentialsProvider to Builder.setCredentialsProvider()).
The client lib header and generator header values are used to form a value that goes into the http header of requests to the service.
InstantiatingHttpJsonChannelProvider.Builder
ManagedHttpJsonChannel
Implementation of HttpJsonChannel which can issue http-json calls.
ManagedHttpJsonChannel.Builder
ProtoMessageRequestFormatter<RequestT>
Creates parts of a HTTP request from a protobuf message.
ProtoMessageRequestFormatter.Builder<RequestT>
ProtoMessageResponseParser<ResponseT>
The implementation of HttpResponseParser which works with protobuf messages.
ProtoMessageResponseParser.Builder<ResponseT>
ProtoOperationTransformers
Public for technical reasons; intended for use by generated code.
ProtoOperationTransformers.MetadataTransformer<MetadataT>
ProtoOperationTransformers.ResponseTransformer<ResponseT>
ProtoRestSerializer<RequestT>
This class serializes/deserializes protobuf Message for REST interactions. It serializes requests protobuf messages into REST messages, splitting the message into the JSON request body, URL path parameters, and query parameters. It deserializes JSON responses into response protobuf message.
RestSerializationException
An exception thrown when a protobuf message cannot be serialized/deserialized for REST interactions.
Interfaces
ApiMessage
FieldsExtractor<RequestT,ParamsT>
A functional interface to be implemented for each request message to extract specific fields from it. For advanced usage only.
HttpJsonChannel
HttpJsonChannel contains the functionality to issue http-json calls.
HttpJsonHeaderEnhancer
Interface for functionality to enhance headers for an http-json call.
HttpJsonStubCallableFactory<OperationT,OperationsStub>
HttpRequestFormatter<MessageFormatT>
Interface for classes that create parts of HTTP requests from a parameterized message.
HttpResponseParser<MessageFormatT>
Interface for classes that parse parts of HTTP responses into the parameterized message type.
OperationSnapshotFactory<RequestT,OperationT>
A factory which creates an OperationSnapshot from an initial request message (the one which started a long running operation) and an operation response (which may be either initial request response or the polling request response).
Public for technical reasons. For internal use only.
PollingRequestFactory<RequestT>
A factory which creates a subsequent polling request from a compund operation id.