Class SubnetworksStub (1.68.0)

public abstract class SubnetworksStub implements BackgroundResource

Base stub class for the Subnetworks service API.

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

Inheritance

java.lang.Object > SubnetworksStub

Implements

BackgroundResource

Constructors

SubnetworksStub()

public SubnetworksStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListSubnetworksRequest,SubnetworkAggregatedList> aggregatedListCallable()

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListSubnetworksRequest,SubnetworksClient.AggregatedListPagedResponse> aggregatedListPagedCallable()

close()

public abstract void close()

deleteCallable()

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

deleteOperationCallable()

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

expandIpCidrRangeCallable()

public UnaryCallable<ExpandIpCidrRangeSubnetworkRequest,Operation> expandIpCidrRangeCallable()

expandIpCidrRangeOperationCallable()

public OperationCallable<ExpandIpCidrRangeSubnetworkRequest,Operation,Operation> expandIpCidrRangeOperationCallable()

getCallable()

public UnaryCallable<GetSubnetworkRequest,Subnetwork> getCallable()
Returns
Type Description
UnaryCallable<GetSubnetworkRequest,Subnetwork>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicySubnetworkRequest,Policy> getIamPolicyCallable()

insertCallable()

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

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListSubnetworksRequest,SubnetworkList> listCallable()

listPagedCallable()

public UnaryCallable<ListSubnetworksRequest,SubnetworksClient.ListPagedResponse> listPagedCallable()

listUsableCallable()

public UnaryCallable<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList> listUsableCallable()

listUsablePagedCallable()

public UnaryCallable<ListUsableSubnetworksRequest,SubnetworksClient.ListUsablePagedResponse> listUsablePagedCallable()

patchCallable()

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

patchOperationCallable()

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

setIamPolicyCallable()

public UnaryCallable<SetIamPolicySubnetworkRequest,Policy> setIamPolicyCallable()

setPrivateIpGoogleAccessCallable()

public UnaryCallable<SetPrivateIpGoogleAccessSubnetworkRequest,Operation> setPrivateIpGoogleAccessCallable()

setPrivateIpGoogleAccessOperationCallable()

public OperationCallable<SetPrivateIpGoogleAccessSubnetworkRequest,Operation,Operation> setPrivateIpGoogleAccessOperationCallable()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsSubnetworkRequest,TestPermissionsResponse> testIamPermissionsCallable()