Class SecurityCenterSettingsServiceStub

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.

Inheritance

java.lang.Object > SecurityCenterSettingsServiceStub

Implements

BackgroundResource

Constructors

SecurityCenterSettingsServiceStub()

public SecurityCenterSettingsServiceStub()

Methods

batchCalculateEffectiveSettingsCallable()

public UnaryCallable<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse> batchCalculateEffectiveSettingsCallable()
Returns
TypeDescription
UnaryCallable<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse>

batchGetSettingsCallable()

public UnaryCallable<BatchGetSettingsRequest,BatchGetSettingsResponse> batchGetSettingsCallable()
Returns
TypeDescription
UnaryCallable<BatchGetSettingsRequest,BatchGetSettingsResponse>

calculateEffectiveComponentSettingsCallable()

public UnaryCallable<CalculateEffectiveComponentSettingsRequest,ComponentSettings> calculateEffectiveComponentSettingsCallable()
Returns
TypeDescription
UnaryCallable<CalculateEffectiveComponentSettingsRequest,ComponentSettings>

calculateEffectiveSettingsCallable()

public UnaryCallable<CalculateEffectiveSettingsRequest,Settings> calculateEffectiveSettingsCallable()
Returns
TypeDescription
UnaryCallable<CalculateEffectiveSettingsRequest,Settings>

close()

public abstract void close()

getComponentSettingsCallable()

public UnaryCallable<GetComponentSettingsRequest,ComponentSettings> getComponentSettingsCallable()
Returns
TypeDescription
UnaryCallable<GetComponentSettingsRequest,ComponentSettings>

getServiceAccountCallable()

public UnaryCallable<GetServiceAccountRequest,ServiceAccount> getServiceAccountCallable()
Returns
TypeDescription
UnaryCallable<GetServiceAccountRequest,ServiceAccount>

getSettingsCallable()

public UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
Returns
TypeDescription
UnaryCallable<GetSettingsRequest,Settings>

listComponentsCallable()

public UnaryCallable<ListComponentsRequest,ListComponentsResponse> listComponentsCallable()
Returns
TypeDescription
UnaryCallable<ListComponentsRequest,ListComponentsResponse>

listComponentsPagedCallable()

public UnaryCallable<ListComponentsRequest,SecurityCenterSettingsServiceClient.ListComponentsPagedResponse> listComponentsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListComponentsRequest,ListComponentsPagedResponse>

listDetectorsCallable()

public UnaryCallable<ListDetectorsRequest,ListDetectorsResponse> listDetectorsCallable()
Returns
TypeDescription
UnaryCallable<ListDetectorsRequest,ListDetectorsResponse>

listDetectorsPagedCallable()

public UnaryCallable<ListDetectorsRequest,SecurityCenterSettingsServiceClient.ListDetectorsPagedResponse> listDetectorsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListDetectorsRequest,ListDetectorsPagedResponse>

resetComponentSettingsCallable()

public UnaryCallable<ResetComponentSettingsRequest,Empty> resetComponentSettingsCallable()
Returns
TypeDescription
UnaryCallable<ResetComponentSettingsRequest,Empty>

resetSettingsCallable()

public UnaryCallable<ResetSettingsRequest,Empty> resetSettingsCallable()
Returns
TypeDescription
UnaryCallable<ResetSettingsRequest,Empty>

updateComponentSettingsCallable()

public UnaryCallable<UpdateComponentSettingsRequest,ComponentSettings> updateComponentSettingsCallable()
Returns
TypeDescription
UnaryCallable<UpdateComponentSettingsRequest,ComponentSettings>

updateSettingsCallable()

public UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()
Returns
TypeDescription
UnaryCallable<UpdateSettingsRequest,Settings>