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 GetGatewayRequestGetGatewayRequest.Builder. build()GetGatewayRequestGetGatewayRequest.Builder. buildPartial()static GetGatewayRequestGetGatewayRequest. getDefaultInstance()GetGatewayRequestGetGatewayRequest.Builder. getDefaultInstanceForType()GetGatewayRequestGetGatewayRequest. getDefaultInstanceForType()static GetGatewayRequestGetGatewayRequest. parseDelimitedFrom(InputStream input)static GetGatewayRequestGetGatewayRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGatewayRequestGetGatewayRequest. parseFrom(byte[] data)static GetGatewayRequestGetGatewayRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGatewayRequestGetGatewayRequest. parseFrom(com.google.protobuf.ByteString data)static GetGatewayRequestGetGatewayRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGatewayRequestGetGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetGatewayRequestGetGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGatewayRequestGetGatewayRequest. parseFrom(InputStream input)static GetGatewayRequestGetGatewayRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGatewayRequestGetGatewayRequest. parseFrom(ByteBuffer data)static GetGatewayRequestGetGatewayRequest. 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 GatewayApiGatewayServiceClient. getGateway(GetGatewayRequest request)Gets details of a single Gateway.GatewayApiGatewayServiceGrpc.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.voidApiGatewayServiceGrpc.ApiGatewayServiceStub. getGateway(GetGatewayRequest request, io.grpc.stub.StreamObserver<Gateway> responseObserver)Gets details of a single Gateway.default voidApiGatewayServiceGrpc.AsyncService. getGateway(GetGatewayRequest request, io.grpc.stub.StreamObserver<Gateway> responseObserver)Gets details of a single Gateway.GetGatewayRequest.BuilderGetGatewayRequest.Builder. mergeFrom(GetGatewayRequest other)static GetGatewayRequest.BuilderGetGatewayRequest. 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.
-