public static final class SecurityCenterGrpc.SecurityCenterBlockingStub extends AbstractBlockingStub<SecurityCenterGrpc.SecurityCenterBlockingStub>
V1 Beta APIs for Security Center service.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected SecurityCenterGrpc.SecurityCenterBlockingStub |
build(Channel channel,
CallOptions callOptions) |
Finding |
createFinding(CreateFindingRequest request)
Creates a finding.
|
Source |
createSource(CreateSourceRequest request)
Creates a source.
|
com.google.iam.v1.Policy |
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy on the specified Source.
|
OrganizationSettings |
getOrganizationSettings(GetOrganizationSettingsRequest request)
Gets the settings for an organization.
|
Source |
getSource(GetSourceRequest request)
Gets a source.
|
GroupAssetsResponse |
groupAssets(GroupAssetsRequest request)
Filters an organization's assets and groups them by their specified
properties.
|
GroupFindingsResponse |
groupFindings(GroupFindingsRequest request)
Filters an organization or source's findings and groups them by their
specified properties.
|
ListAssetsResponse |
listAssets(ListAssetsRequest request)
Lists an organization's assets.
|
ListFindingsResponse |
listFindings(ListFindingsRequest request)
Lists an organization or source's findings.
|
ListSourcesResponse |
listSources(ListSourcesRequest request)
Lists all sources belonging to an organization.
|
Operation |
runAssetDiscovery(RunAssetDiscoveryRequest request)
Runs asset discovery.
|
Finding |
setFindingState(SetFindingStateRequest request)
Updates the state of a finding.
|
com.google.iam.v1.Policy |
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy on the specified Source.
|
com.google.iam.v1.TestIamPermissionsResponse |
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns the permissions that a caller has on the specified source.
|
Finding |
updateFinding(UpdateFindingRequest request)
Creates or updates a finding.
|
OrganizationSettings |
updateOrganizationSettings(UpdateOrganizationSettingsRequest request)
Updates an organization's settings.
|
SecurityMarks |
updateSecurityMarks(UpdateSecurityMarksRequest request)
Updates security marks.
|
Source |
updateSource(UpdateSourceRequest request)
Updates a source.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected SecurityCenterGrpc.SecurityCenterBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<SecurityCenterGrpc.SecurityCenterBlockingStub>
public Source createSource(CreateSourceRequest request)
Creates a source.
public Finding createFinding(CreateFindingRequest request)
Creates a finding. The corresponding source must exist for finding creation to succeed.
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy on the specified Source.
public OrganizationSettings getOrganizationSettings(GetOrganizationSettingsRequest request)
Gets the settings for an organization.
public Source getSource(GetSourceRequest request)
Gets a source.
public GroupAssetsResponse groupAssets(GroupAssetsRequest request)
Filters an organization's assets and groups them by their specified properties.
public GroupFindingsResponse groupFindings(GroupFindingsRequest request)
Filters an organization or source's findings and groups them by their specified properties. To group across all sources provide a `-` as the source id. Example: /v1beta1/organizations/{organization_id}/sources/-/findings
public ListAssetsResponse listAssets(ListAssetsRequest request)
Lists an organization's assets.
public ListFindingsResponse listFindings(ListFindingsRequest request)
Lists an organization or source's findings. To list across all sources provide a `-` as the source id. Example: /v1beta1/organizations/{organization_id}/sources/-/findings
public ListSourcesResponse listSources(ListSourcesRequest request)
Lists all sources belonging to an organization.
public Operation runAssetDiscovery(RunAssetDiscoveryRequest request)
Runs asset discovery. The discovery is tracked with a long-running operation. This API can only be called with limited frequency for an organization. If it is called too frequently the caller will receive a TOO_MANY_REQUESTS error.
public Finding setFindingState(SetFindingStateRequest request)
Updates the state of a finding.
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy on the specified Source.
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns the permissions that a caller has on the specified source.
public Finding updateFinding(UpdateFindingRequest request)
Creates or updates a finding. The corresponding source must exist for a finding creation to succeed.
public OrganizationSettings updateOrganizationSettings(UpdateOrganizationSettingsRequest request)
Updates an organization's settings.
public Source updateSource(UpdateSourceRequest request)
Updates a source.
public SecurityMarks updateSecurityMarks(UpdateSecurityMarksRequest request)
Updates security marks.
Copyright © 2022 Google LLC. All rights reserved.