Class GrpcClientGatewaysServiceStub (0.43.0)

public class GrpcClientGatewaysServiceStub extends ClientGatewaysServiceStub

gRPC stub implementation for the ClientGatewaysService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ClientGatewaysServiceStub > GrpcClientGatewaysServiceStub

Static Methods

create(ClientContext clientContext)

public static final GrpcClientGatewaysServiceStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcClientGatewaysServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcClientGatewaysServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcClientGatewaysServiceStub
Exceptions
Type Description
IOException

create(ClientGatewaysServiceStubSettings settings)

public static final GrpcClientGatewaysServiceStub create(ClientGatewaysServiceStubSettings settings)
Parameter
Name Description
settings ClientGatewaysServiceStubSettings
Returns
Type Description
GrpcClientGatewaysServiceStub
Exceptions
Type Description
IOException

Constructors

GrpcClientGatewaysServiceStub(ClientGatewaysServiceStubSettings settings, ClientContext clientContext)

protected GrpcClientGatewaysServiceStub(ClientGatewaysServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcClientGatewaysServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings ClientGatewaysServiceStubSettings
clientContext ClientContext

GrpcClientGatewaysServiceStub(ClientGatewaysServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcClientGatewaysServiceStub(ClientGatewaysServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcClientGatewaysServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings ClientGatewaysServiceStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createClientGatewayCallable()

public UnaryCallable<CreateClientGatewayRequest,Operation> createClientGatewayCallable()
Returns
Type Description
UnaryCallable<CreateClientGatewayRequest,Operation>
Overrides

createClientGatewayOperationCallable()

public OperationCallable<CreateClientGatewayRequest,ClientGateway,ClientGatewayOperationMetadata> createClientGatewayOperationCallable()
Returns
Type Description
OperationCallable<CreateClientGatewayRequest,ClientGateway,ClientGatewayOperationMetadata>
Overrides

deleteClientGatewayCallable()

public UnaryCallable<DeleteClientGatewayRequest,Operation> deleteClientGatewayCallable()
Returns
Type Description
UnaryCallable<DeleteClientGatewayRequest,Operation>
Overrides

deleteClientGatewayOperationCallable()

public OperationCallable<DeleteClientGatewayRequest,Empty,ClientGatewayOperationMetadata> deleteClientGatewayOperationCallable()
Returns
Type Description
OperationCallable<DeleteClientGatewayRequest,Empty,ClientGatewayOperationMetadata>
Overrides

getClientGatewayCallable()

public UnaryCallable<GetClientGatewayRequest,ClientGateway> getClientGatewayCallable()
Returns
Type Description
UnaryCallable<GetClientGatewayRequest,ClientGateway>
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listClientGatewaysCallable()

public UnaryCallable<ListClientGatewaysRequest,ListClientGatewaysResponse> listClientGatewaysCallable()
Returns
Type Description
UnaryCallable<ListClientGatewaysRequest,ListClientGatewaysResponse>
Overrides

listClientGatewaysPagedCallable()

public UnaryCallable<ListClientGatewaysRequest,ClientGatewaysServiceClient.ListClientGatewaysPagedResponse> listClientGatewaysPagedCallable()
Returns
Type Description
UnaryCallable<ListClientGatewaysRequest,ListClientGatewaysPagedResponse>
Overrides

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
Overrides

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ClientGatewaysServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides