@BetaApi @Generated(value="by gapic-generator-java") public class SecurityCenterSettings extends ClientSettings<SecurityCenterSettings>
SecurityCenterClient
.
The default instance has everything set to sensible defaults:
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 createSource 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
SecurityCenterSettings.Builder securityCenterSettingsBuilder =
SecurityCenterSettings.newBuilder();
securityCenterSettingsBuilder
.createSourceSettings()
.setRetrySettings(
securityCenterSettingsBuilder.createSourceSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
SecurityCenterSettings securityCenterSettings = securityCenterSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
SecurityCenterSettings.Builder
Builder for SecurityCenterSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
SecurityCenterSettings(SecurityCenterSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
static SecurityCenterSettings |
create(SecurityCenterStubSettings stub) |
UnaryCallSettings<CreateFindingRequest,Finding> |
createFindingSettings()
Returns the object with the settings used for calls to createFinding.
|
UnaryCallSettings<CreateSourceRequest,Source> |
createSourceSettings()
Returns the object with the settings used for calls to createSource.
|
static ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
|
UnaryCallSettings<GetOrganizationSettingsRequest,OrganizationSettings> |
getOrganizationSettingsSettings()
Returns the object with the settings used for calls to getOrganizationSettings.
|
UnaryCallSettings<GetSourceRequest,Source> |
getSourceSettings()
Returns the object with the settings used for calls to getSource.
|
PagedCallSettings<GroupAssetsRequest,GroupAssetsResponse,SecurityCenterClient.GroupAssetsPagedResponse> |
groupAssetsSettings()
Returns the object with the settings used for calls to groupAssets.
|
PagedCallSettings<GroupFindingsRequest,GroupFindingsResponse,SecurityCenterClient.GroupFindingsPagedResponse> |
groupFindingsSettings()
Returns the object with the settings used for calls to groupFindings.
|
PagedCallSettings<ListAssetsRequest,ListAssetsResponse,SecurityCenterClient.ListAssetsPagedResponse> |
listAssetsSettings()
Returns the object with the settings used for calls to listAssets.
|
PagedCallSettings<ListFindingsRequest,ListFindingsResponse,SecurityCenterClient.ListFindingsPagedResponse> |
listFindingsSettings()
Returns the object with the settings used for calls to listFindings.
|
PagedCallSettings<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse> |
listSourcesSettings()
Returns the object with the settings used for calls to listSources.
|
static SecurityCenterSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static SecurityCenterSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
static SecurityCenterSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
OperationCallSettings<RunAssetDiscoveryRequest,Empty,Empty> |
runAssetDiscoveryOperationSettings()
Returns the object with the settings used for calls to runAssetDiscovery.
|
UnaryCallSettings<RunAssetDiscoveryRequest,Operation> |
runAssetDiscoverySettings()
Returns the object with the settings used for calls to runAssetDiscovery.
|
UnaryCallSettings<SetFindingStateRequest,Finding> |
setFindingStateSettings()
Returns the object with the settings used for calls to setFindingState.
|
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
|
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
SecurityCenterSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
UnaryCallSettings<UpdateFindingRequest,Finding> |
updateFindingSettings()
Returns the object with the settings used for calls to updateFinding.
|
UnaryCallSettings<UpdateOrganizationSettingsRequest,OrganizationSettings> |
updateOrganizationSettingsSettings()
Returns the object with the settings used for calls to updateOrganizationSettings.
|
UnaryCallSettings<UpdateSecurityMarksRequest,SecurityMarks> |
updateSecurityMarksSettings()
Returns the object with the settings used for calls to updateSecurityMarks.
|
UnaryCallSettings<UpdateSourceRequest,Source> |
updateSourceSettings()
Returns the object with the settings used for calls to updateSource.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected SecurityCenterSettings(SecurityCenterSettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<CreateSourceRequest,Source> createSourceSettings()
public UnaryCallSettings<CreateFindingRequest,Finding> createFindingSettings()
public UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public UnaryCallSettings<GetOrganizationSettingsRequest,OrganizationSettings> getOrganizationSettingsSettings()
public UnaryCallSettings<GetSourceRequest,Source> getSourceSettings()
public PagedCallSettings<GroupAssetsRequest,GroupAssetsResponse,SecurityCenterClient.GroupAssetsPagedResponse> groupAssetsSettings()
public PagedCallSettings<GroupFindingsRequest,GroupFindingsResponse,SecurityCenterClient.GroupFindingsPagedResponse> groupFindingsSettings()
public PagedCallSettings<ListAssetsRequest,ListAssetsResponse,SecurityCenterClient.ListAssetsPagedResponse> listAssetsSettings()
public PagedCallSettings<ListFindingsRequest,ListFindingsResponse,SecurityCenterClient.ListFindingsPagedResponse> listFindingsSettings()
public PagedCallSettings<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse> listSourcesSettings()
public UnaryCallSettings<RunAssetDiscoveryRequest,Operation> runAssetDiscoverySettings()
public OperationCallSettings<RunAssetDiscoveryRequest,Empty,Empty> runAssetDiscoveryOperationSettings()
public UnaryCallSettings<SetFindingStateRequest,Finding> setFindingStateSettings()
public UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public UnaryCallSettings<UpdateFindingRequest,Finding> updateFindingSettings()
public UnaryCallSettings<UpdateOrganizationSettingsRequest,OrganizationSettings> updateOrganizationSettingsSettings()
public UnaryCallSettings<UpdateSourceRequest,Source> updateSourceSettings()
public UnaryCallSettings<UpdateSecurityMarksRequest,SecurityMarks> updateSecurityMarksSettings()
public static final SecurityCenterSettings create(SecurityCenterStubSettings stub) throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static SecurityCenterSettings.Builder newBuilder()
@BetaApi public static SecurityCenterSettings.Builder newHttpJsonBuilder()
public static SecurityCenterSettings.Builder newBuilder(ClientContext clientContext)
public SecurityCenterSettings.Builder toBuilder()
toBuilder
in class ClientSettings<SecurityCenterSettings>
Copyright © 2022 Google LLC. All rights reserved.