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