- 2.60.0 (latest)
- 2.59.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.1
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.1
- 2.6.0
- 2.5.6
- 2.3.2
public class GrpcSecurityCenterStub extends SecurityCenterStub
gRPC stub implementation for the SecurityCenter service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcSecurityCenterStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext | ClientContext |
Returns | |
---|---|
Type | Description |
GrpcSecurityCenterStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcSecurityCenterStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Returns | |
---|---|
Type | Description |
GrpcSecurityCenterStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(SecurityCenterStubSettings settings)
public static final GrpcSecurityCenterStub create(SecurityCenterStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings | SecurityCenterStubSettings |
Returns | |
---|---|
Type | Description |
GrpcSecurityCenterStub |
Exceptions | |
---|---|
Type | Description |
IOException |
Constructors
GrpcSecurityCenterStub(SecurityCenterStubSettings settings, ClientContext clientContext)
protected GrpcSecurityCenterStub(SecurityCenterStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcSecurityCenterStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings | SecurityCenterStubSettings |
clientContext | ClientContext |
GrpcSecurityCenterStub(SecurityCenterStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcSecurityCenterStub(SecurityCenterStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSecurityCenterStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings | SecurityCenterStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration | long |
unit | TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
bulkMuteFindingsCallable()
public UnaryCallable<BulkMuteFindingsRequest,Operation> bulkMuteFindingsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<BulkMuteFindingsRequest,Operation> |
bulkMuteFindingsOperationCallable()
public OperationCallable<BulkMuteFindingsRequest,BulkMuteFindingsResponse,Empty> bulkMuteFindingsOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<BulkMuteFindingsRequest,BulkMuteFindingsResponse,Empty> |
close()
public final void close()
createBigQueryExportCallable()
public UnaryCallable<CreateBigQueryExportRequest,BigQueryExport> createBigQueryExportCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateBigQueryExportRequest,BigQueryExport> |
createFindingCallable()
public UnaryCallable<CreateFindingRequest,Finding> createFindingCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateFindingRequest,Finding> |
createMuteConfigCallable()
public UnaryCallable<CreateMuteConfigRequest,MuteConfig> createMuteConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateMuteConfigRequest,MuteConfig> |
createNotificationConfigCallable()
public UnaryCallable<CreateNotificationConfigRequest,NotificationConfig> createNotificationConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateNotificationConfigRequest,NotificationConfig> |
createSecurityHealthAnalyticsCustomModuleCallable()
public UnaryCallable<CreateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> createSecurityHealthAnalyticsCustomModuleCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> |
createSourceCallable()
public UnaryCallable<CreateSourceRequest,Source> createSourceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateSourceRequest,Source> |
deleteBigQueryExportCallable()
public UnaryCallable<DeleteBigQueryExportRequest,Empty> deleteBigQueryExportCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteBigQueryExportRequest,Empty> |
deleteMuteConfigCallable()
public UnaryCallable<DeleteMuteConfigRequest,Empty> deleteMuteConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteMuteConfigRequest,Empty> |
deleteNotificationConfigCallable()
public UnaryCallable<DeleteNotificationConfigRequest,Empty> deleteNotificationConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteNotificationConfigRequest,Empty> |
deleteSecurityHealthAnalyticsCustomModuleCallable()
public UnaryCallable<DeleteSecurityHealthAnalyticsCustomModuleRequest,Empty> deleteSecurityHealthAnalyticsCustomModuleCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteSecurityHealthAnalyticsCustomModuleRequest,Empty> |
getBigQueryExportCallable()
public UnaryCallable<GetBigQueryExportRequest,BigQueryExport> getBigQueryExportCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetBigQueryExportRequest,BigQueryExport> |
getEffectiveSecurityHealthAnalyticsCustomModuleCallable()
public UnaryCallable<GetEffectiveSecurityHealthAnalyticsCustomModuleRequest,EffectiveSecurityHealthAnalyticsCustomModule> getEffectiveSecurityHealthAnalyticsCustomModuleCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetEffectiveSecurityHealthAnalyticsCustomModuleRequest,EffectiveSecurityHealthAnalyticsCustomModule> |
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getMuteConfigCallable()
public UnaryCallable<GetMuteConfigRequest,MuteConfig> getMuteConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetMuteConfigRequest,MuteConfig> |
getNotificationConfigCallable()
public UnaryCallable<GetNotificationConfigRequest,NotificationConfig> getNotificationConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetNotificationConfigRequest,NotificationConfig> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Returns | |
---|---|
Type | Description |
GrpcOperationsStub |
getOrganizationSettingsCallable()
public UnaryCallable<GetOrganizationSettingsRequest,OrganizationSettings> getOrganizationSettingsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetOrganizationSettingsRequest,OrganizationSettings> |
getSecurityHealthAnalyticsCustomModuleCallable()
public UnaryCallable<GetSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> getSecurityHealthAnalyticsCustomModuleCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> |
getSourceCallable()
public UnaryCallable<GetSourceRequest,Source> getSourceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetSourceRequest,Source> |
groupAssetsCallable()
public UnaryCallable<GroupAssetsRequest,GroupAssetsResponse> groupAssetsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GroupAssetsRequest,GroupAssetsResponse> |
groupAssetsPagedCallable()
public UnaryCallable<GroupAssetsRequest,SecurityCenterClient.GroupAssetsPagedResponse> groupAssetsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GroupAssetsRequest,GroupAssetsPagedResponse> |
groupFindingsCallable()
public UnaryCallable<GroupFindingsRequest,GroupFindingsResponse> groupFindingsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GroupFindingsRequest,GroupFindingsResponse> |
groupFindingsPagedCallable()
public UnaryCallable<GroupFindingsRequest,SecurityCenterClient.GroupFindingsPagedResponse> groupFindingsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GroupFindingsRequest,GroupFindingsPagedResponse> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listAssetsCallable()
public UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAssetsRequest,ListAssetsResponse> |
listAssetsPagedCallable()
public UnaryCallable<ListAssetsRequest,SecurityCenterClient.ListAssetsPagedResponse> listAssetsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAssetsRequest,ListAssetsPagedResponse> |
listBigQueryExportsCallable()
public UnaryCallable<ListBigQueryExportsRequest,ListBigQueryExportsResponse> listBigQueryExportsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListBigQueryExportsRequest,ListBigQueryExportsResponse> |
listBigQueryExportsPagedCallable()
public UnaryCallable<ListBigQueryExportsRequest,SecurityCenterClient.ListBigQueryExportsPagedResponse> listBigQueryExportsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListBigQueryExportsRequest,ListBigQueryExportsPagedResponse> |
listDescendantSecurityHealthAnalyticsCustomModulesCallable()
public UnaryCallable<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse> listDescendantSecurityHealthAnalyticsCustomModulesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse> |
listDescendantSecurityHealthAnalyticsCustomModulesPagedCallable()
public UnaryCallable<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,SecurityCenterClient.ListDescendantSecurityHealthAnalyticsCustomModulesPagedResponse> listDescendantSecurityHealthAnalyticsCustomModulesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesPagedResponse> |
listEffectiveSecurityHealthAnalyticsCustomModulesCallable()
public UnaryCallable<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> listEffectiveSecurityHealthAnalyticsCustomModulesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> |
listEffectiveSecurityHealthAnalyticsCustomModulesPagedCallable()
public UnaryCallable<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,SecurityCenterClient.ListEffectiveSecurityHealthAnalyticsCustomModulesPagedResponse> listEffectiveSecurityHealthAnalyticsCustomModulesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,ListEffectiveSecurityHealthAnalyticsCustomModulesPagedResponse> |
listFindingsCallable()
public UnaryCallable<ListFindingsRequest,ListFindingsResponse> listFindingsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListFindingsRequest,ListFindingsResponse> |
listFindingsPagedCallable()
public UnaryCallable<ListFindingsRequest,SecurityCenterClient.ListFindingsPagedResponse> listFindingsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListFindingsRequest,ListFindingsPagedResponse> |
listMuteConfigsCallable()
public UnaryCallable<ListMuteConfigsRequest,ListMuteConfigsResponse> listMuteConfigsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListMuteConfigsRequest,ListMuteConfigsResponse> |
listMuteConfigsPagedCallable()
public UnaryCallable<ListMuteConfigsRequest,SecurityCenterClient.ListMuteConfigsPagedResponse> listMuteConfigsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListMuteConfigsRequest,ListMuteConfigsPagedResponse> |
listNotificationConfigsCallable()
public UnaryCallable<ListNotificationConfigsRequest,ListNotificationConfigsResponse> listNotificationConfigsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListNotificationConfigsRequest,ListNotificationConfigsResponse> |
listNotificationConfigsPagedCallable()
public UnaryCallable<ListNotificationConfigsRequest,SecurityCenterClient.ListNotificationConfigsPagedResponse> listNotificationConfigsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListNotificationConfigsRequest,ListNotificationConfigsPagedResponse> |
listSecurityHealthAnalyticsCustomModulesCallable()
public UnaryCallable<ListSecurityHealthAnalyticsCustomModulesRequest,ListSecurityHealthAnalyticsCustomModulesResponse> listSecurityHealthAnalyticsCustomModulesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListSecurityHealthAnalyticsCustomModulesRequest,ListSecurityHealthAnalyticsCustomModulesResponse> |
listSecurityHealthAnalyticsCustomModulesPagedCallable()
public UnaryCallable<ListSecurityHealthAnalyticsCustomModulesRequest,SecurityCenterClient.ListSecurityHealthAnalyticsCustomModulesPagedResponse> listSecurityHealthAnalyticsCustomModulesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListSecurityHealthAnalyticsCustomModulesRequest,ListSecurityHealthAnalyticsCustomModulesPagedResponse> |
listSourcesCallable()
public UnaryCallable<ListSourcesRequest,ListSourcesResponse> listSourcesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListSourcesRequest,ListSourcesResponse> |
listSourcesPagedCallable()
public UnaryCallable<ListSourcesRequest,SecurityCenterClient.ListSourcesPagedResponse> listSourcesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListSourcesRequest,ListSourcesPagedResponse> |
runAssetDiscoveryCallable()
public UnaryCallable<RunAssetDiscoveryRequest,Operation> runAssetDiscoveryCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<RunAssetDiscoveryRequest,Operation> |
runAssetDiscoveryOperationCallable()
public OperationCallable<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,Empty> runAssetDiscoveryOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,Empty> |
setFindingStateCallable()
public UnaryCallable<SetFindingStateRequest,Finding> setFindingStateCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetFindingStateRequest,Finding> |
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setMuteCallable()
public UnaryCallable<SetMuteRequest,Finding> setMuteCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetMuteRequest,Finding> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
simulateSecurityHealthAnalyticsCustomModuleCallable()
public UnaryCallable<SimulateSecurityHealthAnalyticsCustomModuleRequest,SimulateSecurityHealthAnalyticsCustomModuleResponse> simulateSecurityHealthAnalyticsCustomModuleCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SimulateSecurityHealthAnalyticsCustomModuleRequest,SimulateSecurityHealthAnalyticsCustomModuleResponse> |
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
updateBigQueryExportCallable()
public UnaryCallable<UpdateBigQueryExportRequest,BigQueryExport> updateBigQueryExportCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateBigQueryExportRequest,BigQueryExport> |
updateExternalSystemCallable()
public UnaryCallable<UpdateExternalSystemRequest,ExternalSystem> updateExternalSystemCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateExternalSystemRequest,ExternalSystem> |
updateFindingCallable()
public UnaryCallable<UpdateFindingRequest,Finding> updateFindingCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateFindingRequest,Finding> |
updateMuteConfigCallable()
public UnaryCallable<UpdateMuteConfigRequest,MuteConfig> updateMuteConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateMuteConfigRequest,MuteConfig> |
updateNotificationConfigCallable()
public UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig> updateNotificationConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig> |
updateOrganizationSettingsCallable()
public UnaryCallable<UpdateOrganizationSettingsRequest,OrganizationSettings> updateOrganizationSettingsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateOrganizationSettingsRequest,OrganizationSettings> |
updateSecurityHealthAnalyticsCustomModuleCallable()
public UnaryCallable<UpdateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> updateSecurityHealthAnalyticsCustomModuleCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> |
updateSecurityMarksCallable()
public UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks> updateSecurityMarksCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks> |
updateSourceCallable()
public UnaryCallable<UpdateSourceRequest,Source> updateSourceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateSourceRequest,Source> |