Class SecurityCenterSettingsServiceStub
- java.lang.Object
-
- com.google.cloud.securitycenter.settings.v1beta1.stub.SecurityCenterSettingsServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcSecurityCenterSettingsServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class SecurityCenterSettingsServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the SecurityCenterSettingsService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description SecurityCenterSettingsServiceStub()
-
Method Summary
-
-
-
Method Detail
-
getServiceAccountCallable
public com.google.api.gax.rpc.UnaryCallable<GetServiceAccountRequest,ServiceAccount> getServiceAccountCallable()
-
getSettingsCallable
public com.google.api.gax.rpc.UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
-
updateSettingsCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()
-
resetSettingsCallable
public com.google.api.gax.rpc.UnaryCallable<ResetSettingsRequest,com.google.protobuf.Empty> resetSettingsCallable()
-
batchGetSettingsCallable
public com.google.api.gax.rpc.UnaryCallable<BatchGetSettingsRequest,BatchGetSettingsResponse> batchGetSettingsCallable()
-
calculateEffectiveSettingsCallable
public com.google.api.gax.rpc.UnaryCallable<CalculateEffectiveSettingsRequest,Settings> calculateEffectiveSettingsCallable()
-
batchCalculateEffectiveSettingsCallable
public com.google.api.gax.rpc.UnaryCallable<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse> batchCalculateEffectiveSettingsCallable()
-
getComponentSettingsCallable
public com.google.api.gax.rpc.UnaryCallable<GetComponentSettingsRequest,ComponentSettings> getComponentSettingsCallable()
-
updateComponentSettingsCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateComponentSettingsRequest,ComponentSettings> updateComponentSettingsCallable()
-
resetComponentSettingsCallable
public com.google.api.gax.rpc.UnaryCallable<ResetComponentSettingsRequest,com.google.protobuf.Empty> resetComponentSettingsCallable()
-
calculateEffectiveComponentSettingsCallable
public com.google.api.gax.rpc.UnaryCallable<CalculateEffectiveComponentSettingsRequest,ComponentSettings> calculateEffectiveComponentSettingsCallable()
-
listDetectorsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListDetectorsRequest,SecurityCenterSettingsServiceClient.ListDetectorsPagedResponse> listDetectorsPagedCallable()
-
listDetectorsCallable
public com.google.api.gax.rpc.UnaryCallable<ListDetectorsRequest,ListDetectorsResponse> listDetectorsCallable()
-
listComponentsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListComponentsRequest,SecurityCenterSettingsServiceClient.ListComponentsPagedResponse> listComponentsPagedCallable()
-
listComponentsCallable
public com.google.api.gax.rpc.UnaryCallable<ListComponentsRequest,ListComponentsResponse> listComponentsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-