public static final class SecurityCenterGrpc.SecurityCenterFutureStub extends AbstractFutureStub<SecurityCenterGrpc.SecurityCenterFutureStub>
V1 APIs for Security Center service.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected SecurityCenterGrpc.SecurityCenterFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Operation> |
bulkMuteFindings(BulkMuteFindingsRequest request)
Kicks off an LRO to bulk mute findings for a parent based on a filter.
|
com.google.common.util.concurrent.ListenableFuture<BigQueryExport> |
createBigQueryExport(CreateBigQueryExportRequest request)
Creates a big query export.
|
com.google.common.util.concurrent.ListenableFuture<Finding> |
createFinding(CreateFindingRequest request)
Creates a finding.
|
com.google.common.util.concurrent.ListenableFuture<MuteConfig> |
createMuteConfig(CreateMuteConfigRequest request)
Creates a mute config.
|
com.google.common.util.concurrent.ListenableFuture<NotificationConfig> |
createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.
|
com.google.common.util.concurrent.ListenableFuture<Source> |
createSource(CreateSourceRequest request)
Creates a source.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
deleteBigQueryExport(DeleteBigQueryExportRequest request)
Deletes an existing big query export.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
deleteMuteConfig(DeleteMuteConfigRequest request)
Deletes an existing mute config.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
deleteNotificationConfig(DeleteNotificationConfigRequest request)
Deletes a notification config.
|
com.google.common.util.concurrent.ListenableFuture<BigQueryExport> |
getBigQueryExport(GetBigQueryExportRequest request)
Gets a big query export.
|
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> |
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy on the specified Source.
|
com.google.common.util.concurrent.ListenableFuture<MuteConfig> |
getMuteConfig(GetMuteConfigRequest request)
Gets a mute config.
|
com.google.common.util.concurrent.ListenableFuture<NotificationConfig> |
getNotificationConfig(GetNotificationConfigRequest request)
Gets a notification config.
|
com.google.common.util.concurrent.ListenableFuture<OrganizationSettings> |
getOrganizationSettings(GetOrganizationSettingsRequest request)
Gets the settings for an organization.
|
com.google.common.util.concurrent.ListenableFuture<Source> |
getSource(GetSourceRequest request)
Gets a source.
|
com.google.common.util.concurrent.ListenableFuture<GroupAssetsResponse> |
groupAssets(GroupAssetsRequest request)
Filters an organization's assets and groups them by their specified
properties.
|
com.google.common.util.concurrent.ListenableFuture<GroupFindingsResponse> |
groupFindings(GroupFindingsRequest request)
Filters an organization or source's findings and groups them by their
specified properties.
|
com.google.common.util.concurrent.ListenableFuture<ListAssetsResponse> |
listAssets(ListAssetsRequest request)
Lists an organization's assets.
|
com.google.common.util.concurrent.ListenableFuture<ListBigQueryExportsResponse> |
listBigQueryExports(ListBigQueryExportsRequest request)
Lists BigQuery exports.
|
com.google.common.util.concurrent.ListenableFuture<ListFindingsResponse> |
listFindings(ListFindingsRequest request)
Lists an organization or source's findings.
|
com.google.common.util.concurrent.ListenableFuture<ListMuteConfigsResponse> |
listMuteConfigs(ListMuteConfigsRequest request)
Lists mute configs.
|
com.google.common.util.concurrent.ListenableFuture<ListNotificationConfigsResponse> |
listNotificationConfigs(ListNotificationConfigsRequest request)
Lists notification configs.
|
com.google.common.util.concurrent.ListenableFuture<ListSourcesResponse> |
listSources(ListSourcesRequest request)
Lists all sources belonging to an organization.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
runAssetDiscovery(RunAssetDiscoveryRequest request)
Runs asset discovery.
|
com.google.common.util.concurrent.ListenableFuture<Finding> |
setFindingState(SetFindingStateRequest request)
Updates the state of a finding.
|
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> |
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy on the specified Source.
|
com.google.common.util.concurrent.ListenableFuture<Finding> |
setMute(SetMuteRequest request)
Updates the mute state of a finding.
|
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns the permissions that a caller has on the specified source.
|
com.google.common.util.concurrent.ListenableFuture<BigQueryExport> |
updateBigQueryExport(UpdateBigQueryExportRequest request)
Updates a BigQuery export.
|
com.google.common.util.concurrent.ListenableFuture<ExternalSystem> |
updateExternalSystem(UpdateExternalSystemRequest request)
Updates external system.
|
com.google.common.util.concurrent.ListenableFuture<Finding> |
updateFinding(UpdateFindingRequest request)
Creates or updates a finding.
|
com.google.common.util.concurrent.ListenableFuture<MuteConfig> |
updateMuteConfig(UpdateMuteConfigRequest request)
Updates a mute config.
|
com.google.common.util.concurrent.ListenableFuture<NotificationConfig> |
updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.
|
com.google.common.util.concurrent.ListenableFuture<OrganizationSettings> |
updateOrganizationSettings(UpdateOrganizationSettingsRequest request)
Updates an organization's settings.
|
com.google.common.util.concurrent.ListenableFuture<SecurityMarks> |
updateSecurityMarks(UpdateSecurityMarksRequest request)
Updates security marks.
|
com.google.common.util.concurrent.ListenableFuture<Source> |
updateSource(UpdateSourceRequest request)
Updates a source.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected SecurityCenterGrpc.SecurityCenterFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<SecurityCenterGrpc.SecurityCenterFutureStub>
public com.google.common.util.concurrent.ListenableFuture<Operation> bulkMuteFindings(BulkMuteFindingsRequest request)
Kicks off an LRO to bulk mute findings for a parent based on a filter. The parent can be either an organization, folder or project. The findings matched by the filter will be muted after the LRO is done.
public com.google.common.util.concurrent.ListenableFuture<Source> createSource(CreateSourceRequest request)
Creates a source.
public com.google.common.util.concurrent.ListenableFuture<Finding> createFinding(CreateFindingRequest request)
Creates a finding. The corresponding source must exist for finding creation to succeed.
public com.google.common.util.concurrent.ListenableFuture<MuteConfig> createMuteConfig(CreateMuteConfigRequest request)
Creates a mute config.
public com.google.common.util.concurrent.ListenableFuture<NotificationConfig> createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.
public com.google.common.util.concurrent.ListenableFuture<Empty> deleteMuteConfig(DeleteMuteConfigRequest request)
Deletes an existing mute config.
public com.google.common.util.concurrent.ListenableFuture<Empty> deleteNotificationConfig(DeleteNotificationConfigRequest request)
Deletes a notification config.
public com.google.common.util.concurrent.ListenableFuture<BigQueryExport> getBigQueryExport(GetBigQueryExportRequest request)
Gets a big query export.
public com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy on the specified Source.
public com.google.common.util.concurrent.ListenableFuture<MuteConfig> getMuteConfig(GetMuteConfigRequest request)
Gets a mute config.
public com.google.common.util.concurrent.ListenableFuture<NotificationConfig> getNotificationConfig(GetNotificationConfigRequest request)
Gets a notification config.
public com.google.common.util.concurrent.ListenableFuture<OrganizationSettings> getOrganizationSettings(GetOrganizationSettingsRequest request)
Gets the settings for an organization.
public com.google.common.util.concurrent.ListenableFuture<Source> getSource(GetSourceRequest request)
Gets a source.
public com.google.common.util.concurrent.ListenableFuture<GroupAssetsResponse> groupAssets(GroupAssetsRequest request)
Filters an organization's assets and groups them by their specified properties.
public com.google.common.util.concurrent.ListenableFuture<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: /v1/organizations/{organization_id}/sources/-/findings, /v1/folders/{folder_id}/sources/-/findings, /v1/projects/{project_id}/sources/-/findings
public com.google.common.util.concurrent.ListenableFuture<ListAssetsResponse> listAssets(ListAssetsRequest request)
Lists an organization's assets.
public com.google.common.util.concurrent.ListenableFuture<ListFindingsResponse> listFindings(ListFindingsRequest request)
Lists an organization or source's findings. To list across all sources provide a `-` as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings
public com.google.common.util.concurrent.ListenableFuture<ListMuteConfigsResponse> listMuteConfigs(ListMuteConfigsRequest request)
Lists mute configs.
public com.google.common.util.concurrent.ListenableFuture<ListNotificationConfigsResponse> listNotificationConfigs(ListNotificationConfigsRequest request)
Lists notification configs.
public com.google.common.util.concurrent.ListenableFuture<ListSourcesResponse> listSources(ListSourcesRequest request)
Lists all sources belonging to an organization.
public com.google.common.util.concurrent.ListenableFuture<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 com.google.common.util.concurrent.ListenableFuture<Finding> setFindingState(SetFindingStateRequest request)
Updates the state of a finding.
public com.google.common.util.concurrent.ListenableFuture<Finding> setMute(SetMuteRequest request)
Updates the mute state of a finding.
public com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy on the specified Source.
public com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.TestIamPermissionsResponse> testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns the permissions that a caller has on the specified source.
public com.google.common.util.concurrent.ListenableFuture<ExternalSystem> updateExternalSystem(UpdateExternalSystemRequest request)
Updates external system. This is for a given finding.
public com.google.common.util.concurrent.ListenableFuture<Finding> updateFinding(UpdateFindingRequest request)
Creates or updates a finding. The corresponding source must exist for a finding creation to succeed.
public com.google.common.util.concurrent.ListenableFuture<MuteConfig> updateMuteConfig(UpdateMuteConfigRequest request)
Updates a mute config.
public com.google.common.util.concurrent.ListenableFuture<NotificationConfig> updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config. The following update fields are allowed: description, pubsub_topic, streaming_config.filter
public com.google.common.util.concurrent.ListenableFuture<OrganizationSettings> updateOrganizationSettings(UpdateOrganizationSettingsRequest request)
Updates an organization's settings.
public com.google.common.util.concurrent.ListenableFuture<Source> updateSource(UpdateSourceRequest request)
Updates a source.
public com.google.common.util.concurrent.ListenableFuture<SecurityMarks> updateSecurityMarks(UpdateSecurityMarksRequest request)
Updates security marks.
public com.google.common.util.concurrent.ListenableFuture<BigQueryExport> createBigQueryExport(CreateBigQueryExportRequest request)
Creates a big query export.
public com.google.common.util.concurrent.ListenableFuture<Empty> deleteBigQueryExport(DeleteBigQueryExportRequest request)
Deletes an existing big query export.
public com.google.common.util.concurrent.ListenableFuture<BigQueryExport> updateBigQueryExport(UpdateBigQueryExportRequest request)
Updates a BigQuery export.
public com.google.common.util.concurrent.ListenableFuture<ListBigQueryExportsResponse> listBigQueryExports(ListBigQueryExportsRequest request)
Lists BigQuery exports. Note that when requesting BigQuery exports at a given level all exports under that level are also returned e.g. if requesting BigQuery exports under a folder, then all BigQuery exports immediately under the folder plus the ones created under the projects within the folder are returned.
Copyright © 2022 Google LLC. All rights reserved.