Class HttpJsonVpnGatewaysStub (1.52.0)

public class HttpJsonVpnGatewaysStub extends VpnGatewaysStub

REST stub implementation for the VpnGateways service API.

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

Inheritance

java.lang.Object > VpnGatewaysStub > HttpJsonVpnGatewaysStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

create(VpnGatewaysStubSettings settings)

public static final HttpJsonVpnGatewaysStub create(VpnGatewaysStubSettings settings)
Parameter
Name Description
settings VpnGatewaysStubSettings
Returns
Type Description
HttpJsonVpnGatewaysStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonVpnGatewaysStub(VpnGatewaysStubSettings settings, ClientContext clientContext)

protected HttpJsonVpnGatewaysStub(VpnGatewaysStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonVpnGatewaysStub, 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 VpnGatewaysStubSettings
clientContext ClientContext

HttpJsonVpnGatewaysStub(VpnGatewaysStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonVpnGatewaysStub(VpnGatewaysStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonVpnGatewaysStub, 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 VpnGatewaysStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList> aggregatedListCallable()
Returns
Type Description
UnaryCallable<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList>
Overrides

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListVpnGatewaysRequest,VpnGatewaysClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
Type Description
UnaryCallable<AggregatedListVpnGatewaysRequest,AggregatedListPagedResponse>
Overrides

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

deleteCallable()

public UnaryCallable<DeleteVpnGatewayRequest,Operation> deleteCallable()
Returns
Type Description
UnaryCallable<DeleteVpnGatewayRequest,Operation>
Overrides

deleteOperationCallable()

public OperationCallable<DeleteVpnGatewayRequest,Operation,Operation> deleteOperationCallable()
Returns
Type Description
OperationCallable<DeleteVpnGatewayRequest,Operation,Operation>
Overrides

getCallable()

public UnaryCallable<GetVpnGatewayRequest,VpnGateway> getCallable()
Returns
Type Description
UnaryCallable<GetVpnGatewayRequest,VpnGateway>
Overrides

getStatusCallable()

public UnaryCallable<GetStatusVpnGatewayRequest,VpnGatewaysGetStatusResponse> getStatusCallable()
Returns
Type Description
UnaryCallable<GetStatusVpnGatewayRequest,VpnGatewaysGetStatusResponse>
Overrides

insertCallable()

public UnaryCallable<InsertVpnGatewayRequest,Operation> insertCallable()
Returns
Type Description
UnaryCallable<InsertVpnGatewayRequest,Operation>
Overrides

insertOperationCallable()

public OperationCallable<InsertVpnGatewayRequest,Operation,Operation> insertOperationCallable()
Returns
Type Description
OperationCallable<InsertVpnGatewayRequest,Operation,Operation>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listCallable()

public UnaryCallable<ListVpnGatewaysRequest,VpnGatewayList> listCallable()
Returns
Type Description
UnaryCallable<ListVpnGatewaysRequest,VpnGatewayList>
Overrides

listPagedCallable()

public UnaryCallable<ListVpnGatewaysRequest,VpnGatewaysClient.ListPagedResponse> listPagedCallable()
Returns
Type Description
UnaryCallable<ListVpnGatewaysRequest,ListPagedResponse>
Overrides

setLabelsCallable()

public UnaryCallable<SetLabelsVpnGatewayRequest,Operation> setLabelsCallable()
Returns
Type Description
UnaryCallable<SetLabelsVpnGatewayRequest,Operation>
Overrides

setLabelsOperationCallable()

public OperationCallable<SetLabelsVpnGatewayRequest,Operation,Operation> setLabelsOperationCallable()
Returns
Type Description
OperationCallable<SetLabelsVpnGatewayRequest,Operation,Operation>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsVpnGatewayRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<TestIamPermissionsVpnGatewayRequest,TestPermissionsResponse>
Overrides