Uses of Class
com.google.cloud.apigateway.v1.GetApiRequest
-
Packages that use GetApiRequest Package Description com.google.cloud.apigateway.v1 A client to API Gateway APIcom.google.cloud.apigateway.v1.stub -
-
Uses of GetApiRequest in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return GetApiRequest Modifier and Type Method Description GetApiRequest
GetApiRequest.Builder. build()
GetApiRequest
GetApiRequest.Builder. buildPartial()
static GetApiRequest
GetApiRequest. getDefaultInstance()
GetApiRequest
GetApiRequest.Builder. getDefaultInstanceForType()
GetApiRequest
GetApiRequest. getDefaultInstanceForType()
static GetApiRequest
GetApiRequest. parseDelimitedFrom(InputStream input)
static GetApiRequest
GetApiRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiRequest
GetApiRequest. parseFrom(byte[] data)
static GetApiRequest
GetApiRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiRequest
GetApiRequest. parseFrom(com.google.protobuf.ByteString data)
static GetApiRequest
GetApiRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiRequest
GetApiRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetApiRequest
GetApiRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiRequest
GetApiRequest. parseFrom(InputStream input)
static GetApiRequest
GetApiRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiRequest
GetApiRequest. parseFrom(ByteBuffer data)
static GetApiRequest
GetApiRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.apigateway.v1 that return types with arguments of type GetApiRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetApiRequest,Api>
ApiGatewayServiceClient. getApiCallable()
Gets details of a single Api.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetApiRequest,Api>
ApiGatewayServiceSettings.Builder. getApiSettings()
Returns the builder for the settings used for calls to getApi.com.google.api.gax.rpc.UnaryCallSettings<GetApiRequest,Api>
ApiGatewayServiceSettings. getApiSettings()
Returns the object with the settings used for calls to getApi.static io.grpc.MethodDescriptor<GetApiRequest,Api>
ApiGatewayServiceGrpc. getGetApiMethod()
com.google.protobuf.Parser<GetApiRequest>
GetApiRequest. getParserForType()
static com.google.protobuf.Parser<GetApiRequest>
GetApiRequest. parser()
Methods in com.google.cloud.apigateway.v1 with parameters of type GetApiRequest Modifier and Type Method Description Api
ApiGatewayServiceClient. getApi(GetApiRequest request)
Gets details of a single Api.Api
ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub. getApi(GetApiRequest request)
Gets details of a single Api.com.google.common.util.concurrent.ListenableFuture<Api>
ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub. getApi(GetApiRequest request)
Gets details of a single Api.void
ApiGatewayServiceGrpc.ApiGatewayServiceStub. getApi(GetApiRequest request, io.grpc.stub.StreamObserver<Api> responseObserver)
Gets details of a single Api.default void
ApiGatewayServiceGrpc.AsyncService. getApi(GetApiRequest request, io.grpc.stub.StreamObserver<Api> responseObserver)
Gets details of a single Api.GetApiRequest.Builder
GetApiRequest.Builder. mergeFrom(GetApiRequest other)
static GetApiRequest.Builder
GetApiRequest. newBuilder(GetApiRequest prototype)
-
Uses of GetApiRequest in com.google.cloud.apigateway.v1.stub
Methods in com.google.cloud.apigateway.v1.stub that return types with arguments of type GetApiRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetApiRequest,Api>
ApiGatewayServiceStub. getApiCallable()
com.google.api.gax.rpc.UnaryCallable<GetApiRequest,Api>
GrpcApiGatewayServiceStub. getApiCallable()
com.google.api.gax.rpc.UnaryCallable<GetApiRequest,Api>
HttpJsonApiGatewayServiceStub. getApiCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetApiRequest,Api>
ApiGatewayServiceStubSettings.Builder. getApiSettings()
Returns the builder for the settings used for calls to getApi.com.google.api.gax.rpc.UnaryCallSettings<GetApiRequest,Api>
ApiGatewayServiceStubSettings. getApiSettings()
Returns the object with the settings used for calls to getApi.
-