Package com.google.api.gax.httpjson
Class ApiMethodDescriptor<RequestT,ResponseT>
java.lang.Object
com.google.api.gax.httpjson.ApiMethodDescriptor<RequestT,ResponseT>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringabstract StringReturn the HTTP method for this request message type.abstract OperationSnapshotFactory<RequestT,ResponseT> abstract PollingRequestFactory<RequestT>abstract HttpRequestFormatter<RequestT>abstract HttpResponseParser<ResponseT>abstract ApiMethodDescriptor.MethodTypegetType()static <RequestT,ResponseT>
ApiMethodDescriptor.Builder<RequestT,ResponseT> abstract ApiMethodDescriptor.Builder<RequestT,ResponseT>
-
Constructor Details
-
ApiMethodDescriptor
public ApiMethodDescriptor()
-
-
Method Details
-
getFullMethodName
-
getRequestFormatter
-
getResponseParser
-
getHttpMethod
Return the HTTP method for this request message type. -
getOperationSnapshotFactory
@Nullable public abstract OperationSnapshotFactory<RequestT,ResponseT> getOperationSnapshotFactory() -
getPollingRequestFactory
-
getType
-
newBuilder
-
toBuilder
-