Package com.google.cloud.compute.v1.stub
Class RegionSslPoliciesStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.RegionSslPoliciesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonRegionSslPoliciesStub
@Generated("by gapic-generator-java") public abstract class RegionSslPoliciesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the RegionSslPolicies service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description RegionSslPoliciesStub()
-
Method Summary
-
-
-
Method Detail
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteRegionSslPolicyRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteRegionSslPolicyRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetRegionSslPolicyRequest,SslPolicy> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertRegionSslPolicyRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertRegionSslPolicyRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListRegionSslPoliciesRequest,RegionSslPoliciesClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListRegionSslPoliciesRequest,SslPoliciesList> listCallable()
-
listAvailableFeaturesCallable
public com.google.api.gax.rpc.UnaryCallable<ListAvailableFeaturesRegionSslPoliciesRequest,SslPoliciesListAvailableFeaturesResponse> listAvailableFeaturesCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchRegionSslPolicyRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchRegionSslPolicyRequest,Operation> patchCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-