public abstract class SecurityCenterSettingsServiceStub implements BackgroundResource
Base stub class for the SecurityCenterSettingsService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
SecurityCenterSettingsServiceStub()
public SecurityCenterSettingsServiceStub()
Methods
batchCalculateEffectiveSettingsCallable()
public UnaryCallable<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse> batchCalculateEffectiveSettingsCallable()
batchGetSettingsCallable()
public UnaryCallable<BatchGetSettingsRequest,BatchGetSettingsResponse> batchGetSettingsCallable()
calculateEffectiveComponentSettingsCallable()
public UnaryCallable<CalculateEffectiveComponentSettingsRequest,ComponentSettings> calculateEffectiveComponentSettingsCallable()
calculateEffectiveSettingsCallable()
public UnaryCallable<CalculateEffectiveSettingsRequest,Settings> calculateEffectiveSettingsCallable()
close()
public abstract void close()
getComponentSettingsCallable()
public UnaryCallable<GetComponentSettingsRequest,ComponentSettings> getComponentSettingsCallable()
getServiceAccountCallable()
public UnaryCallable<GetServiceAccountRequest,ServiceAccount> getServiceAccountCallable()
getSettingsCallable()
public UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
listComponentsCallable()
public UnaryCallable<ListComponentsRequest,ListComponentsResponse> listComponentsCallable()
listComponentsPagedCallable()
public UnaryCallable<ListComponentsRequest,SecurityCenterSettingsServiceClient.ListComponentsPagedResponse> listComponentsPagedCallable()
listDetectorsCallable()
public UnaryCallable<ListDetectorsRequest,ListDetectorsResponse> listDetectorsCallable()
listDetectorsPagedCallable()
public UnaryCallable<ListDetectorsRequest,SecurityCenterSettingsServiceClient.ListDetectorsPagedResponse> listDetectorsPagedCallable()
resetComponentSettingsCallable()
public UnaryCallable<ResetComponentSettingsRequest,Empty> resetComponentSettingsCallable()
resetSettingsCallable()
public UnaryCallable<ResetSettingsRequest,Empty> resetSettingsCallable()
updateComponentSettingsCallable()
public UnaryCallable<UpdateComponentSettingsRequest,ComponentSettings> updateComponentSettingsCallable()
updateSettingsCallable()
public UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()