Class ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub>
-
- com.google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub
-
- Enclosing class:
- ClientGatewaysServiceGrpc
public static final class ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service ClientGatewaysService.API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API. Data Model: The ClientGatewaysService exposes the following resources: * Client Gateways, named as follows: `projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}`.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createClientGateway(CreateClientGatewayRequest request)
Creates a new ClientGateway in a given project and location.com.google.longrunning.Operation
deleteClientGateway(DeleteClientGatewayRequest request)
Deletes a single ClientGateway.ClientGateway
getClientGateway(GetClientGatewayRequest request)
Gets details of a single ClientGateway.ListClientGatewaysResponse
listClientGateways(ListClientGatewaysRequest request)
Lists ClientGateways in a given project and location.
-
-
-
Method Detail
-
build
protected ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub>
-
listClientGateways
public ListClientGatewaysResponse listClientGateways(ListClientGatewaysRequest request)
Lists ClientGateways in a given project and location.
-
getClientGateway
public ClientGateway getClientGateway(GetClientGatewayRequest request)
Gets details of a single ClientGateway.
-
createClientGateway
public com.google.longrunning.Operation createClientGateway(CreateClientGatewayRequest request)
Creates a new ClientGateway in a given project and location.
-
deleteClientGateway
public com.google.longrunning.Operation deleteClientGateway(DeleteClientGatewayRequest request)
Deletes a single ClientGateway.
-
-