Package com.google.cloud.compute.v1.stub
Class SslPoliciesStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.SslPoliciesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonSslPoliciesStub
@Generated("by gapic-generator-java") public abstract class SslPoliciesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the SslPolicies service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description SslPoliciesStub()
-
Method Summary
-
-
-
Method Detail
-
aggregatedListPagedCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListSslPoliciesRequest,SslPoliciesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
-
aggregatedListCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList> aggregatedListCallable()
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteSslPolicyRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteSslPolicyRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetSslPolicyRequest,SslPolicy> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertSslPolicyRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertSslPolicyRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListSslPoliciesRequest,SslPoliciesClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListSslPoliciesRequest,SslPoliciesList> listCallable()
-
listAvailableFeaturesCallable
public com.google.api.gax.rpc.UnaryCallable<ListAvailableFeaturesSslPoliciesRequest,SslPoliciesListAvailableFeaturesResponse> listAvailableFeaturesCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchSslPolicyRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchSslPolicyRequest,Operation> patchCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-