Class HttpJsonNetworksStub (1.68.0)

public class HttpJsonNetworksStub extends NetworksStub

REST stub implementation for the Networks service API.

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

Inheritance

java.lang.Object > NetworksStub > HttpJsonNetworksStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

create(NetworksStubSettings settings)

public static final HttpJsonNetworksStub create(NetworksStubSettings settings)
Parameter
Name Description
settings NetworksStubSettings
Returns
Type Description
HttpJsonNetworksStub
Exceptions
Type Description
IOException

getMethodDescriptors()

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

Constructors

HttpJsonNetworksStub(NetworksStubSettings settings, ClientContext clientContext)

protected HttpJsonNetworksStub(NetworksStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonNetworksStub, 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 NetworksStubSettings
clientContext ClientContext

HttpJsonNetworksStub(NetworksStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonNetworksStub(NetworksStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

Methods

addPeeringCallable()

public UnaryCallable<AddPeeringNetworkRequest,Operation> addPeeringCallable()
Overrides

addPeeringOperationCallable()

public OperationCallable<AddPeeringNetworkRequest,Operation,Operation> addPeeringOperationCallable()
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<DeleteNetworkRequest,Operation> deleteCallable()
Returns
Type Description
UnaryCallable<DeleteNetworkRequest,Operation>
Overrides

deleteOperationCallable()

public OperationCallable<DeleteNetworkRequest,Operation,Operation> deleteOperationCallable()
Overrides

getCallable()

public UnaryCallable<GetNetworkRequest,Network> getCallable()
Returns
Type Description
UnaryCallable<GetNetworkRequest,Network>
Overrides

getEffectiveFirewallsCallable()

public UnaryCallable<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse> getEffectiveFirewallsCallable()
Overrides

insertCallable()

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

insertOperationCallable()

public OperationCallable<InsertNetworkRequest,Operation,Operation> insertOperationCallable()
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listCallable()

public UnaryCallable<ListNetworksRequest,NetworkList> listCallable()
Returns
Type Description
UnaryCallable<ListNetworksRequest,NetworkList>
Overrides

listPagedCallable()

public UnaryCallable<ListNetworksRequest,NetworksClient.ListPagedResponse> listPagedCallable()
Overrides

listPeeringRoutesCallable()

public UnaryCallable<ListPeeringRoutesNetworksRequest,ExchangedPeeringRoutesList> listPeeringRoutesCallable()
Overrides

listPeeringRoutesPagedCallable()

public UnaryCallable<ListPeeringRoutesNetworksRequest,NetworksClient.ListPeeringRoutesPagedResponse> listPeeringRoutesPagedCallable()
Overrides

patchCallable()

public UnaryCallable<PatchNetworkRequest,Operation> patchCallable()
Returns
Type Description
UnaryCallable<PatchNetworkRequest,Operation>
Overrides

patchOperationCallable()

public OperationCallable<PatchNetworkRequest,Operation,Operation> patchOperationCallable()
Overrides

removePeeringCallable()

public UnaryCallable<RemovePeeringNetworkRequest,Operation> removePeeringCallable()
Overrides

removePeeringOperationCallable()

public OperationCallable<RemovePeeringNetworkRequest,Operation,Operation> removePeeringOperationCallable()
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

switchToCustomModeCallable()

public UnaryCallable<SwitchToCustomModeNetworkRequest,Operation> switchToCustomModeCallable()
Overrides

switchToCustomModeOperationCallable()

public OperationCallable<SwitchToCustomModeNetworkRequest,Operation,Operation> switchToCustomModeOperationCallable()
Overrides

updatePeeringCallable()

public UnaryCallable<UpdatePeeringNetworkRequest,Operation> updatePeeringCallable()
Overrides

updatePeeringOperationCallable()

public OperationCallable<UpdatePeeringNetworkRequest,Operation,Operation> updatePeeringOperationCallable()
Overrides