Class NetworksStub (1.68.0)

public abstract class NetworksStub implements BackgroundResource

Base stub class for the Networks service API.

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

Inheritance

java.lang.Object > NetworksStub

Implements

BackgroundResource

Constructors

NetworksStub()

public NetworksStub()

Methods

addPeeringCallable()

public UnaryCallable<AddPeeringNetworkRequest,Operation> addPeeringCallable()

addPeeringOperationCallable()

public OperationCallable<AddPeeringNetworkRequest,Operation,Operation> addPeeringOperationCallable()

close()

public abstract void close()

deleteCallable()

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

deleteOperationCallable()

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

getCallable()

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

getEffectiveFirewallsCallable()

public UnaryCallable<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse> getEffectiveFirewallsCallable()

insertCallable()

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

insertOperationCallable()

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

listCallable()

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

listPagedCallable()

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

listPeeringRoutesCallable()

public UnaryCallable<ListPeeringRoutesNetworksRequest,ExchangedPeeringRoutesList> listPeeringRoutesCallable()

listPeeringRoutesPagedCallable()

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

patchCallable()

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

patchOperationCallable()

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

removePeeringCallable()

public UnaryCallable<RemovePeeringNetworkRequest,Operation> removePeeringCallable()

removePeeringOperationCallable()

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

switchToCustomModeCallable()

public UnaryCallable<SwitchToCustomModeNetworkRequest,Operation> switchToCustomModeCallable()

switchToCustomModeOperationCallable()

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

updatePeeringCallable()

public UnaryCallable<UpdatePeeringNetworkRequest,Operation> updatePeeringCallable()

updatePeeringOperationCallable()

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