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.
Constructors
SecurityCenterStub()
public SecurityCenterStub()
Methods
close()
public abstract void close()
createFindingCallable()
public UnaryCallable<CreateFindingRequest,Finding> createFindingCallable()
Returns
createSourceCallable()
public UnaryCallable<CreateSourceRequest,Source> createSourceCallable()
Returns
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
Returns
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
getOperationsStub()
public OperationsStub getOperationsStub()
Returns
getOrganizationSettingsCallable()
public UnaryCallable<GetOrganizationSettingsRequest,OrganizationSettings> getOrganizationSettingsCallable()
Returns
getSourceCallable()
public UnaryCallable<GetSourceRequest,Source> getSourceCallable()
Returns
groupAssetsCallable()
public UnaryCallable<GroupAssetsRequest,GroupAssetsResponse> groupAssetsCallable()
Returns
groupAssetsPagedCallable()
public UnaryCallable<GroupAssetsRequest,SecurityCenterClient.GroupAssetsPagedResponse> groupAssetsPagedCallable()
Returns
groupFindingsCallable()
public UnaryCallable<GroupFindingsRequest,GroupFindingsResponse> groupFindingsCallable()
Returns
groupFindingsPagedCallable()
public UnaryCallable<GroupFindingsRequest,SecurityCenterClient.GroupFindingsPagedResponse> groupFindingsPagedCallable()
Returns
listAssetsCallable()
public UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()
Returns
listAssetsPagedCallable()
public UnaryCallable<ListAssetsRequest,SecurityCenterClient.ListAssetsPagedResponse> listAssetsPagedCallable()
Returns
listFindingsCallable()
public UnaryCallable<ListFindingsRequest,ListFindingsResponse> listFindingsCallable()
Returns
listFindingsPagedCallable()
public UnaryCallable<ListFindingsRequest,SecurityCenterClient.ListFindingsPagedResponse> listFindingsPagedCallable()
Returns
listSourcesCallable()
public UnaryCallable<ListSourcesRequest,ListSourcesResponse> listSourcesCallable()
Returns
listSourcesPagedCallable()
public UnaryCallable<ListSourcesRequest,SecurityCenterClient.ListSourcesPagedResponse> listSourcesPagedCallable()
Returns
runAssetDiscoveryCallable()
public UnaryCallable<RunAssetDiscoveryRequest,Operation> runAssetDiscoveryCallable()
Returns
runAssetDiscoveryOperationCallable()
public OperationCallable<RunAssetDiscoveryRequest,Empty,Empty> runAssetDiscoveryOperationCallable()
Returns
setFindingStateCallable()
public UnaryCallable<SetFindingStateRequest,Finding> setFindingStateCallable()
Returns
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
updateFindingCallable()
public UnaryCallable<UpdateFindingRequest,Finding> updateFindingCallable()
Returns
updateOrganizationSettingsCallable()
public UnaryCallable<UpdateOrganizationSettingsRequest,OrganizationSettings> updateOrganizationSettingsCallable()
Returns
updateSecurityMarksCallable()
public UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks> updateSecurityMarksCallable()
Returns
updateSourceCallable()
public UnaryCallable<UpdateSourceRequest,Source> updateSourceCallable()
Returns