Class SecurityCenterStub (2.7.1)

public abstract class SecurityCenterStub implements BackgroundResource

Base stub class for the SecurityCenter service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > SecurityCenterStub

Implements

BackgroundResource

Constructors

SecurityCenterStub()

public SecurityCenterStub()

Methods

close()

public abstract void close()

createFindingCallable()

public UnaryCallable<CreateFindingRequest,Finding> createFindingCallable()
Returns
TypeDescription
UnaryCallable<CreateFindingRequest,Finding>

createSourceCallable()

public UnaryCallable<CreateSourceRequest,Source> createSourceCallable()
Returns
TypeDescription
UnaryCallable<CreateSourceRequest,Source>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getOrganizationSettingsCallable()

public UnaryCallable<GetOrganizationSettingsRequest,OrganizationSettings> getOrganizationSettingsCallable()
Returns
TypeDescription
UnaryCallable<GetOrganizationSettingsRequest,OrganizationSettings>

getSourceCallable()

public UnaryCallable<GetSourceRequest,Source> getSourceCallable()
Returns
TypeDescription
UnaryCallable<GetSourceRequest,Source>

groupAssetsCallable()

public UnaryCallable<GroupAssetsRequest,GroupAssetsResponse> groupAssetsCallable()
Returns
TypeDescription
UnaryCallable<GroupAssetsRequest,GroupAssetsResponse>

groupAssetsPagedCallable()

public UnaryCallable<GroupAssetsRequest,SecurityCenterClient.GroupAssetsPagedResponse> groupAssetsPagedCallable()
Returns
TypeDescription
UnaryCallable<GroupAssetsRequest,GroupAssetsPagedResponse>

groupFindingsCallable()

public UnaryCallable<GroupFindingsRequest,GroupFindingsResponse> groupFindingsCallable()
Returns
TypeDescription
UnaryCallable<GroupFindingsRequest,GroupFindingsResponse>

groupFindingsPagedCallable()

public UnaryCallable<GroupFindingsRequest,SecurityCenterClient.GroupFindingsPagedResponse> groupFindingsPagedCallable()
Returns
TypeDescription
UnaryCallable<GroupFindingsRequest,GroupFindingsPagedResponse>

listAssetsCallable()

public UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()
Returns
TypeDescription
UnaryCallable<ListAssetsRequest,ListAssetsResponse>

listAssetsPagedCallable()

public UnaryCallable<ListAssetsRequest,SecurityCenterClient.ListAssetsPagedResponse> listAssetsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListAssetsRequest,ListAssetsPagedResponse>

listFindingsCallable()

public UnaryCallable<ListFindingsRequest,ListFindingsResponse> listFindingsCallable()
Returns
TypeDescription
UnaryCallable<ListFindingsRequest,ListFindingsResponse>

listFindingsPagedCallable()

public UnaryCallable<ListFindingsRequest,SecurityCenterClient.ListFindingsPagedResponse> listFindingsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListFindingsRequest,ListFindingsPagedResponse>

listSourcesCallable()

public UnaryCallable<ListSourcesRequest,ListSourcesResponse> listSourcesCallable()
Returns
TypeDescription
UnaryCallable<ListSourcesRequest,ListSourcesResponse>

listSourcesPagedCallable()

public UnaryCallable<ListSourcesRequest,SecurityCenterClient.ListSourcesPagedResponse> listSourcesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListSourcesRequest,ListSourcesPagedResponse>

runAssetDiscoveryCallable()

public UnaryCallable<RunAssetDiscoveryRequest,Operation> runAssetDiscoveryCallable()
Returns
TypeDescription
UnaryCallable<RunAssetDiscoveryRequest,Operation>

runAssetDiscoveryOperationCallable()

public OperationCallable<RunAssetDiscoveryRequest,Empty,Empty> runAssetDiscoveryOperationCallable()
Returns
TypeDescription
OperationCallable<RunAssetDiscoveryRequest,Empty,Empty>

setFindingStateCallable()

public UnaryCallable<SetFindingStateRequest,Finding> setFindingStateCallable()
Returns
TypeDescription
UnaryCallable<SetFindingStateRequest,Finding>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateFindingCallable()

public UnaryCallable<UpdateFindingRequest,Finding> updateFindingCallable()
Returns
TypeDescription
UnaryCallable<UpdateFindingRequest,Finding>

updateOrganizationSettingsCallable()

public UnaryCallable<UpdateOrganizationSettingsRequest,OrganizationSettings> updateOrganizationSettingsCallable()
Returns
TypeDescription
UnaryCallable<UpdateOrganizationSettingsRequest,OrganizationSettings>

updateSecurityMarksCallable()

public UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks> updateSecurityMarksCallable()
Returns
TypeDescription
UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks>

updateSourceCallable()

public UnaryCallable<UpdateSourceRequest,Source> updateSourceCallable()
Returns
TypeDescription
UnaryCallable<UpdateSourceRequest,Source>