Class SecurityCenterStubSettings
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings<SecurityCenterStubSettings>
-
- com.google.cloud.securitycenter.v1.stub.SecurityCenterStubSettings
-
@Generated("by gapic-generator-java") public class SecurityCenterStubSettings extends com.google.api.gax.rpc.StubSettings<SecurityCenterStubSettings>
Settings class to configure an instance ofSecurityCenterStub
.The default instance has everything set to sensible defaults:
- The default service address (securitycenter.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of createSecurityHealthAnalyticsCustomModule to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library SecurityCenterStubSettings.Builder securityCenterSettingsBuilder = SecurityCenterStubSettings.newBuilder(); securityCenterSettingsBuilder .createSecurityHealthAnalyticsCustomModuleSettings() .setRetrySettings( securityCenterSettingsBuilder .createSecurityHealthAnalyticsCustomModuleSettings() .getRetrySettings() .toBuilder() .setTotalTimeout(Duration.ofSeconds(30)) .build()); SecurityCenterStubSettings securityCenterSettings = securityCenterSettingsBuilder.build();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SecurityCenterStubSettings.Builder
Builder for SecurityCenterStubSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
SecurityCenterStubSettings(SecurityCenterStubSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.google.api.gax.rpc.OperationCallSettings<BulkMuteFindingsRequest,BulkMuteFindingsResponse,com.google.protobuf.Empty>
bulkMuteFindingsOperationSettings()
Returns the object with the settings used for calls to bulkMuteFindings.com.google.api.gax.rpc.UnaryCallSettings<BulkMuteFindingsRequest,com.google.longrunning.Operation>
bulkMuteFindingsSettings()
Returns the object with the settings used for calls to bulkMuteFindings.com.google.api.gax.rpc.UnaryCallSettings<CreateBigQueryExportRequest,BigQueryExport>
createBigQueryExportSettings()
Returns the object with the settings used for calls to createBigQueryExport.com.google.api.gax.rpc.UnaryCallSettings<CreateFindingRequest,Finding>
createFindingSettings()
Returns the object with the settings used for calls to createFinding.com.google.api.gax.rpc.UnaryCallSettings<CreateMuteConfigRequest,MuteConfig>
createMuteConfigSettings()
Returns the object with the settings used for calls to createMuteConfig.com.google.api.gax.rpc.UnaryCallSettings<CreateNotificationConfigRequest,NotificationConfig>
createNotificationConfigSettings()
Returns the object with the settings used for calls to createNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<CreateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>
createSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to createSecurityHealthAnalyticsCustomModule.com.google.api.gax.rpc.UnaryCallSettings<CreateSourceRequest,Source>
createSourceSettings()
Returns the object with the settings used for calls to createSource.SecurityCenterStub
createStub()
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder
defaultApiClientHeaderProviderBuilder()
static com.google.api.gax.core.GoogleCredentialsProvider.Builder
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.static com.google.api.gax.core.InstantiatingExecutorProvider.Builder
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder
defaultGrpcApiClientHeaderProviderBuilder()
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder
defaultHttpJsonApiClientHeaderProviderBuilder()
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.static com.google.api.gax.rpc.TransportChannelProvider
defaultTransportChannelProvider()
com.google.api.gax.rpc.UnaryCallSettings<DeleteBigQueryExportRequest,com.google.protobuf.Empty>
deleteBigQueryExportSettings()
Returns the object with the settings used for calls to deleteBigQueryExport.com.google.api.gax.rpc.UnaryCallSettings<DeleteMuteConfigRequest,com.google.protobuf.Empty>
deleteMuteConfigSettings()
Returns the object with the settings used for calls to deleteMuteConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteNotificationConfigRequest,com.google.protobuf.Empty>
deleteNotificationConfigSettings()
Returns the object with the settings used for calls to deleteNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteSecurityHealthAnalyticsCustomModuleRequest,com.google.protobuf.Empty>
deleteSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to deleteSecurityHealthAnalyticsCustomModule.com.google.api.gax.rpc.UnaryCallSettings<GetBigQueryExportRequest,BigQueryExport>
getBigQueryExportSettings()
Returns the object with the settings used for calls to getBigQueryExport.static String
getDefaultEndpoint()
Returns the default service endpoint.static String
getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.static List<String>
getDefaultServiceScopes()
Returns the default service scopes.com.google.api.gax.rpc.UnaryCallSettings<GetEffectiveSecurityHealthAnalyticsCustomModuleRequest,EffectiveSecurityHealthAnalyticsCustomModule>
getEffectiveSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to getEffectiveSecurityHealthAnalyticsCustomModule.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetMuteConfigRequest,MuteConfig>
getMuteConfigSettings()
Returns the object with the settings used for calls to getMuteConfig.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationConfigRequest,NotificationConfig>
getNotificationConfigSettings()
Returns the object with the settings used for calls to getNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<GetOrganizationSettingsRequest,OrganizationSettings>
getOrganizationSettingsSettings()
Returns the object with the settings used for calls to getOrganizationSettings.com.google.api.gax.rpc.UnaryCallSettings<GetSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>
getSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to getSecurityHealthAnalyticsCustomModule.com.google.api.gax.rpc.UnaryCallSettings<GetSourceRequest,Source>
getSourceSettings()
Returns the object with the settings used for calls to getSource.com.google.api.gax.rpc.PagedCallSettings<GroupAssetsRequest,GroupAssetsResponse,SecurityCenterClient.GroupAssetsPagedResponse>
groupAssetsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.PagedCallSettings<GroupFindingsRequest,GroupFindingsResponse,SecurityCenterClient.GroupFindingsPagedResponse>
groupFindingsSettings()
Returns the object with the settings used for calls to groupFindings.com.google.api.gax.rpc.PagedCallSettings<ListAssetsRequest,ListAssetsResponse,SecurityCenterClient.ListAssetsPagedResponse>
listAssetsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.PagedCallSettings<ListBigQueryExportsRequest,ListBigQueryExportsResponse,SecurityCenterClient.ListBigQueryExportsPagedResponse>
listBigQueryExportsSettings()
Returns the object with the settings used for calls to listBigQueryExports.com.google.api.gax.rpc.PagedCallSettings<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse,SecurityCenterClient.ListDescendantSecurityHealthAnalyticsCustomModulesPagedResponse>
listDescendantSecurityHealthAnalyticsCustomModulesSettings()
Returns the object with the settings used for calls to listDescendantSecurityHealthAnalyticsCustomModules.com.google.api.gax.rpc.PagedCallSettings<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,ListEffectiveSecurityHealthAnalyticsCustomModulesResponse,SecurityCenterClient.ListEffectiveSecurityHealthAnalyticsCustomModulesPagedResponse>
listEffectiveSecurityHealthAnalyticsCustomModulesSettings()
Returns the object with the settings used for calls to listEffectiveSecurityHealthAnalyticsCustomModules.com.google.api.gax.rpc.PagedCallSettings<ListFindingsRequest,ListFindingsResponse,SecurityCenterClient.ListFindingsPagedResponse>
listFindingsSettings()
Returns the object with the settings used for calls to listFindings.com.google.api.gax.rpc.PagedCallSettings<ListMuteConfigsRequest,ListMuteConfigsResponse,SecurityCenterClient.ListMuteConfigsPagedResponse>
listMuteConfigsSettings()
Returns the object with the settings used for calls to listMuteConfigs.com.google.api.gax.rpc.PagedCallSettings<ListNotificationConfigsRequest,ListNotificationConfigsResponse,SecurityCenterClient.ListNotificationConfigsPagedResponse>
listNotificationConfigsSettings()
Returns the object with the settings used for calls to listNotificationConfigs.com.google.api.gax.rpc.PagedCallSettings<ListSecurityHealthAnalyticsCustomModulesRequest,ListSecurityHealthAnalyticsCustomModulesResponse,SecurityCenterClient.ListSecurityHealthAnalyticsCustomModulesPagedResponse>
listSecurityHealthAnalyticsCustomModulesSettings()
Returns the object with the settings used for calls to listSecurityHealthAnalyticsCustomModules.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse>
listSourcesSettings()
Returns the object with the settings used for calls to listSources.static SecurityCenterStubSettings.Builder
newBuilder()
Returns a new gRPC builder for this class.static SecurityCenterStubSettings.Builder
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.static SecurityCenterStubSettings.Builder
newHttpJsonBuilder()
Returns a new REST builder for this class.com.google.api.gax.rpc.OperationCallSettings<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,com.google.protobuf.Empty>
runAssetDiscoveryOperationSettings()
Returns the object with the settings used for calls to runAssetDiscovery.com.google.api.gax.rpc.UnaryCallSettings<RunAssetDiscoveryRequest,com.google.longrunning.Operation>
runAssetDiscoverySettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<SetFindingStateRequest,Finding>
setFindingStateSettings()
Returns the object with the settings used for calls to setFindingState.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.com.google.api.gax.rpc.UnaryCallSettings<SetMuteRequest,Finding>
setMuteSettings()
Returns the object with the settings used for calls to setMute.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.SecurityCenterStubSettings.Builder
toBuilder()
Returns a builder containing all the values of this settings class.com.google.api.gax.rpc.UnaryCallSettings<UpdateBigQueryExportRequest,BigQueryExport>
updateBigQueryExportSettings()
Returns the object with the settings used for calls to updateBigQueryExport.com.google.api.gax.rpc.UnaryCallSettings<UpdateExternalSystemRequest,ExternalSystem>
updateExternalSystemSettings()
Returns the object with the settings used for calls to updateExternalSystem.com.google.api.gax.rpc.UnaryCallSettings<UpdateFindingRequest,Finding>
updateFindingSettings()
Returns the object with the settings used for calls to updateFinding.com.google.api.gax.rpc.UnaryCallSettings<UpdateMuteConfigRequest,MuteConfig>
updateMuteConfigSettings()
Returns the object with the settings used for calls to updateMuteConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateNotificationConfigRequest,NotificationConfig>
updateNotificationConfigSettings()
Returns the object with the settings used for calls to updateNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateOrganizationSettingsRequest,OrganizationSettings>
updateOrganizationSettingsSettings()
Returns the object with the settings used for calls to updateOrganizationSettings.com.google.api.gax.rpc.UnaryCallSettings<UpdateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>
updateSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to updateSecurityHealthAnalyticsCustomModule.com.google.api.gax.rpc.UnaryCallSettings<UpdateSecurityMarksRequest,SecurityMarks>
updateSecurityMarksSettings()
Returns the object with the settings used for calls to updateSecurityMarks.com.google.api.gax.rpc.UnaryCallSettings<UpdateSourceRequest,Source>
updateSourceSettings()
Returns the object with the settings used for calls to updateSource.-
Methods inherited from class com.google.api.gax.rpc.StubSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
SecurityCenterStubSettings
protected SecurityCenterStubSettings(SecurityCenterStubSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
bulkMuteFindingsSettings
public com.google.api.gax.rpc.UnaryCallSettings<BulkMuteFindingsRequest,com.google.longrunning.Operation> bulkMuteFindingsSettings()
Returns the object with the settings used for calls to bulkMuteFindings.
-
bulkMuteFindingsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<BulkMuteFindingsRequest,BulkMuteFindingsResponse,com.google.protobuf.Empty> bulkMuteFindingsOperationSettings()
Returns the object with the settings used for calls to bulkMuteFindings.
-
createSecurityHealthAnalyticsCustomModuleSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> createSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to createSecurityHealthAnalyticsCustomModule.
-
createSourceSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateSourceRequest,Source> createSourceSettings()
Returns the object with the settings used for calls to createSource.
-
createFindingSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateFindingRequest,Finding> createFindingSettings()
Returns the object with the settings used for calls to createFinding.
-
createMuteConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateMuteConfigRequest,MuteConfig> createMuteConfigSettings()
Returns the object with the settings used for calls to createMuteConfig.
-
createNotificationConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateNotificationConfigRequest,NotificationConfig> createNotificationConfigSettings()
Returns the object with the settings used for calls to createNotificationConfig.
-
deleteMuteConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteMuteConfigRequest,com.google.protobuf.Empty> deleteMuteConfigSettings()
Returns the object with the settings used for calls to deleteMuteConfig.
-
deleteNotificationConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteNotificationConfigRequest,com.google.protobuf.Empty> deleteNotificationConfigSettings()
Returns the object with the settings used for calls to deleteNotificationConfig.
-
deleteSecurityHealthAnalyticsCustomModuleSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSecurityHealthAnalyticsCustomModuleRequest,com.google.protobuf.Empty> deleteSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to deleteSecurityHealthAnalyticsCustomModule.
-
getBigQueryExportSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetBigQueryExportRequest,BigQueryExport> getBigQueryExportSettings()
Returns the object with the settings used for calls to getBigQueryExport.
-
getIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
-
getMuteConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetMuteConfigRequest,MuteConfig> getMuteConfigSettings()
Returns the object with the settings used for calls to getMuteConfig.
-
getNotificationConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetNotificationConfigRequest,NotificationConfig> getNotificationConfigSettings()
Returns the object with the settings used for calls to getNotificationConfig.
-
getOrganizationSettingsSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetOrganizationSettingsRequest,OrganizationSettings> getOrganizationSettingsSettings()
Returns the object with the settings used for calls to getOrganizationSettings.
-
getEffectiveSecurityHealthAnalyticsCustomModuleSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetEffectiveSecurityHealthAnalyticsCustomModuleRequest,EffectiveSecurityHealthAnalyticsCustomModule> getEffectiveSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to getEffectiveSecurityHealthAnalyticsCustomModule.
-
getSecurityHealthAnalyticsCustomModuleSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> getSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to getSecurityHealthAnalyticsCustomModule.
-
getSourceSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetSourceRequest,Source> getSourceSettings()
Returns the object with the settings used for calls to getSource.
-
groupAssetsSettings
@Deprecated public com.google.api.gax.rpc.PagedCallSettings<GroupAssetsRequest,GroupAssetsResponse,SecurityCenterClient.GroupAssetsPagedResponse> groupAssetsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.Returns the object with the settings used for calls to groupAssets.
-
groupFindingsSettings
public com.google.api.gax.rpc.PagedCallSettings<GroupFindingsRequest,GroupFindingsResponse,SecurityCenterClient.GroupFindingsPagedResponse> groupFindingsSettings()
Returns the object with the settings used for calls to groupFindings.
-
listAssetsSettings
@Deprecated public com.google.api.gax.rpc.PagedCallSettings<ListAssetsRequest,ListAssetsResponse,SecurityCenterClient.ListAssetsPagedResponse> listAssetsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.Returns the object with the settings used for calls to listAssets.
-
listDescendantSecurityHealthAnalyticsCustomModulesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse,SecurityCenterClient.ListDescendantSecurityHealthAnalyticsCustomModulesPagedResponse> listDescendantSecurityHealthAnalyticsCustomModulesSettings()
Returns the object with the settings used for calls to listDescendantSecurityHealthAnalyticsCustomModules.
-
listFindingsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListFindingsRequest,ListFindingsResponse,SecurityCenterClient.ListFindingsPagedResponse> listFindingsSettings()
Returns the object with the settings used for calls to listFindings.
-
listMuteConfigsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListMuteConfigsRequest,ListMuteConfigsResponse,SecurityCenterClient.ListMuteConfigsPagedResponse> listMuteConfigsSettings()
Returns the object with the settings used for calls to listMuteConfigs.
-
listNotificationConfigsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListNotificationConfigsRequest,ListNotificationConfigsResponse,SecurityCenterClient.ListNotificationConfigsPagedResponse> listNotificationConfigsSettings()
Returns the object with the settings used for calls to listNotificationConfigs.
-
listEffectiveSecurityHealthAnalyticsCustomModulesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,ListEffectiveSecurityHealthAnalyticsCustomModulesResponse,SecurityCenterClient.ListEffectiveSecurityHealthAnalyticsCustomModulesPagedResponse> listEffectiveSecurityHealthAnalyticsCustomModulesSettings()
Returns the object with the settings used for calls to listEffectiveSecurityHealthAnalyticsCustomModules.
-
listSecurityHealthAnalyticsCustomModulesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSecurityHealthAnalyticsCustomModulesRequest,ListSecurityHealthAnalyticsCustomModulesResponse,SecurityCenterClient.ListSecurityHealthAnalyticsCustomModulesPagedResponse> listSecurityHealthAnalyticsCustomModulesSettings()
Returns the object with the settings used for calls to listSecurityHealthAnalyticsCustomModules.
-
listSourcesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse> listSourcesSettings()
Returns the object with the settings used for calls to listSources.
-
runAssetDiscoverySettings
@Deprecated public com.google.api.gax.rpc.UnaryCallSettings<RunAssetDiscoveryRequest,com.google.longrunning.Operation> runAssetDiscoverySettings()
Deprecated.This method is deprecated and will be removed in the next major version update.Returns the object with the settings used for calls to runAssetDiscovery.
-
runAssetDiscoveryOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,com.google.protobuf.Empty> runAssetDiscoveryOperationSettings()
Returns the object with the settings used for calls to runAssetDiscovery.
-
setFindingStateSettings
public com.google.api.gax.rpc.UnaryCallSettings<SetFindingStateRequest,Finding> setFindingStateSettings()
Returns the object with the settings used for calls to setFindingState.
-
setMuteSettings
public com.google.api.gax.rpc.UnaryCallSettings<SetMuteRequest,Finding> setMuteSettings()
Returns the object with the settings used for calls to setMute.
-
setIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
-
testIamPermissionsSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
-
updateExternalSystemSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateExternalSystemRequest,ExternalSystem> updateExternalSystemSettings()
Returns the object with the settings used for calls to updateExternalSystem.
-
updateFindingSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateFindingRequest,Finding> updateFindingSettings()
Returns the object with the settings used for calls to updateFinding.
-
updateMuteConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateMuteConfigRequest,MuteConfig> updateMuteConfigSettings()
Returns the object with the settings used for calls to updateMuteConfig.
-
updateNotificationConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateNotificationConfigRequest,NotificationConfig> updateNotificationConfigSettings()
Returns the object with the settings used for calls to updateNotificationConfig.
-
updateOrganizationSettingsSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateOrganizationSettingsRequest,OrganizationSettings> updateOrganizationSettingsSettings()
Returns the object with the settings used for calls to updateOrganizationSettings.
-
updateSecurityHealthAnalyticsCustomModuleSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> updateSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to updateSecurityHealthAnalyticsCustomModule.
-
updateSourceSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSourceRequest,Source> updateSourceSettings()
Returns the object with the settings used for calls to updateSource.
-
updateSecurityMarksSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSecurityMarksRequest,SecurityMarks> updateSecurityMarksSettings()
Returns the object with the settings used for calls to updateSecurityMarks.
-
createBigQueryExportSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateBigQueryExportRequest,BigQueryExport> createBigQueryExportSettings()
Returns the object with the settings used for calls to createBigQueryExport.
-
deleteBigQueryExportSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteBigQueryExportRequest,com.google.protobuf.Empty> deleteBigQueryExportSettings()
Returns the object with the settings used for calls to deleteBigQueryExport.
-
updateBigQueryExportSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateBigQueryExportRequest,BigQueryExport> updateBigQueryExportSettings()
Returns the object with the settings used for calls to updateBigQueryExport.
-
listBigQueryExportsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListBigQueryExportsRequest,ListBigQueryExportsResponse,SecurityCenterClient.ListBigQueryExportsPagedResponse> listBigQueryExportsSettings()
Returns the object with the settings used for calls to listBigQueryExports.
-
createStub
public SecurityCenterStub createStub() throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultMtlsEndpoint
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
-
defaultHttpJsonTransportProviderBuilder
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultGrpcApiClientHeaderProviderBuilder
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
-
defaultHttpJsonApiClientHeaderProviderBuilder
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
-
defaultApiClientHeaderProviderBuilder
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
-
newBuilder
public static SecurityCenterStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
-
newHttpJsonBuilder
public static SecurityCenterStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
-
newBuilder
public static SecurityCenterStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public SecurityCenterStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.StubSettings<SecurityCenterStubSettings>
-
-