Package com.google.cloud.compute.v1.stub
Class SubnetworksStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.SubnetworksStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonSubnetworksStub
@Generated("by gapic-generator-java") public abstract class SubnetworksStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Subnetworks service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description SubnetworksStub()
-
Method Summary
-
-
-
Method Detail
-
aggregatedListPagedCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListSubnetworksRequest,SubnetworksClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
-
aggregatedListCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListSubnetworksRequest,SubnetworkAggregatedList> aggregatedListCallable()
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteSubnetworkRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteSubnetworkRequest,Operation> deleteCallable()
-
expandIpCidrRangeOperationCallable
public com.google.api.gax.rpc.OperationCallable<ExpandIpCidrRangeSubnetworkRequest,Operation,Operation> expandIpCidrRangeOperationCallable()
-
expandIpCidrRangeCallable
public com.google.api.gax.rpc.UnaryCallable<ExpandIpCidrRangeSubnetworkRequest,Operation> expandIpCidrRangeCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetSubnetworkRequest,Subnetwork> getCallable()
-
getIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<GetIamPolicySubnetworkRequest,Policy> getIamPolicyCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertSubnetworkRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertSubnetworkRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListSubnetworksRequest,SubnetworksClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListSubnetworksRequest,SubnetworkList> listCallable()
-
listUsablePagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListUsableSubnetworksRequest,SubnetworksClient.ListUsablePagedResponse> listUsablePagedCallable()
-
listUsableCallable
public com.google.api.gax.rpc.UnaryCallable<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList> listUsableCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchSubnetworkRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchSubnetworkRequest,Operation> patchCallable()
-
setIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<SetIamPolicySubnetworkRequest,Policy> setIamPolicyCallable()
-
setPrivateIpGoogleAccessOperationCallable
public com.google.api.gax.rpc.OperationCallable<SetPrivateIpGoogleAccessSubnetworkRequest,Operation,Operation> setPrivateIpGoogleAccessOperationCallable()
-
setPrivateIpGoogleAccessCallable
public com.google.api.gax.rpc.UnaryCallable<SetPrivateIpGoogleAccessSubnetworkRequest,Operation> setPrivateIpGoogleAccessCallable()
-
testIamPermissionsCallable
public com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsSubnetworkRequest,TestPermissionsResponse> testIamPermissionsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-