com.google.cloud.securitycentermanagement.v1.spring.SecurityCenterManagementSpringProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-cloud-securitycentermanagement-spring-starter Show documentation
Show all versions of google-cloud-securitycentermanagement-spring-starter Show documentation
Spring Boot Starter with AutoConfiguration for securitycentermanagement
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.google.cloud.securitycentermanagement.v1.spring;
import com.google.api.core.BetaApi;
import com.google.cloud.spring.core.Credentials;
import com.google.cloud.spring.core.CredentialsSupplier;
import com.google.cloud.spring.core.Retry;
import javax.annotation.Generated;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.boot.context.properties.NestedConfigurationProperty;
// AUTO-GENERATED DOCUMENTATION AND CLASS.
/** Provides default property values for SecurityCenterManagement client bean */
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.securitycentermanagement.v1.security-center-management")
public class SecurityCenterManagementSpringProperties implements CredentialsSupplier {
/** OAuth2 credentials to authenticate and authorize calls to Google Cloud Client Libraries. */
@NestedConfigurationProperty
private final Credentials credentials =
new Credentials("https://www.googleapis.com/auth/cloud-platform");
/** Quota project to use for billing. */
private String quotaProjectId;
/** Number of threads used for executors. */
private Integer executorThreadCount;
/** Allow override of default transport channel provider to use REST instead of gRPC. */
private boolean useRest = false;
/** Allow override of retry settings at service level, applying to all of its RPC methods. */
@NestedConfigurationProperty private Retry retry;
/**
* Allow override of retry settings at method-level for
* listEffectiveSecurityHealthAnalyticsCustomModules. If defined, this takes precedence over
* service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry listEffectiveSecurityHealthAnalyticsCustomModulesRetry;
/**
* Allow override of retry settings at method-level for
* getEffectiveSecurityHealthAnalyticsCustomModule. If defined, this takes precedence over
* service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry getEffectiveSecurityHealthAnalyticsCustomModuleRetry;
/**
* Allow override of retry settings at method-level for listSecurityHealthAnalyticsCustomModules.
* If defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry listSecurityHealthAnalyticsCustomModulesRetry;
/**
* Allow override of retry settings at method-level for
* listDescendantSecurityHealthAnalyticsCustomModules. If defined, this takes precedence over
* service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty
private Retry listDescendantSecurityHealthAnalyticsCustomModulesRetry;
/**
* Allow override of retry settings at method-level for getSecurityHealthAnalyticsCustomModule. If
* defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry getSecurityHealthAnalyticsCustomModuleRetry;
/**
* Allow override of retry settings at method-level for createSecurityHealthAnalyticsCustomModule.
* If defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry createSecurityHealthAnalyticsCustomModuleRetry;
/**
* Allow override of retry settings at method-level for updateSecurityHealthAnalyticsCustomModule.
* If defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry updateSecurityHealthAnalyticsCustomModuleRetry;
/**
* Allow override of retry settings at method-level for deleteSecurityHealthAnalyticsCustomModule.
* If defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry deleteSecurityHealthAnalyticsCustomModuleRetry;
/**
* Allow override of retry settings at method-level for
* simulateSecurityHealthAnalyticsCustomModule. If defined, this takes precedence over
* service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry simulateSecurityHealthAnalyticsCustomModuleRetry;
/**
* Allow override of retry settings at method-level for
* listEffectiveEventThreatDetectionCustomModules. If defined, this takes precedence over
* service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry listEffectiveEventThreatDetectionCustomModulesRetry;
/**
* Allow override of retry settings at method-level for
* getEffectiveEventThreatDetectionCustomModule. If defined, this takes precedence over
* service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry getEffectiveEventThreatDetectionCustomModuleRetry;
/**
* Allow override of retry settings at method-level for listEventThreatDetectionCustomModules. If
* defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry listEventThreatDetectionCustomModulesRetry;
/**
* Allow override of retry settings at method-level for
* listDescendantEventThreatDetectionCustomModules. If defined, this takes precedence over
* service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry listDescendantEventThreatDetectionCustomModulesRetry;
/**
* Allow override of retry settings at method-level for getEventThreatDetectionCustomModule. If
* defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry getEventThreatDetectionCustomModuleRetry;
/**
* Allow override of retry settings at method-level for createEventThreatDetectionCustomModule. If
* defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry createEventThreatDetectionCustomModuleRetry;
/**
* Allow override of retry settings at method-level for updateEventThreatDetectionCustomModule. If
* defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry updateEventThreatDetectionCustomModuleRetry;
/**
* Allow override of retry settings at method-level for deleteEventThreatDetectionCustomModule. If
* defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry deleteEventThreatDetectionCustomModuleRetry;
/**
* Allow override of retry settings at method-level for validateEventThreatDetectionCustomModule.
* If defined, this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry validateEventThreatDetectionCustomModuleRetry;
/**
* Allow override of retry settings at method-level for getSecurityCenterService. If defined, this
* takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry getSecurityCenterServiceRetry;
/**
* Allow override of retry settings at method-level for listSecurityCenterServices. If defined,
* this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry listSecurityCenterServicesRetry;
/**
* Allow override of retry settings at method-level for updateSecurityCenterService. If defined,
* this takes precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry updateSecurityCenterServiceRetry;
/**
* Allow override of retry settings at method-level for listLocations. If defined, this takes
* precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry listLocationsRetry;
/**
* Allow override of retry settings at method-level for getLocation. If defined, this takes
* precedence over service-level retry configurations for that RPC method.
*/
@NestedConfigurationProperty private Retry getLocationRetry;
@Override
public Credentials getCredentials() {
return this.credentials;
}
public String getQuotaProjectId() {
return this.quotaProjectId;
}
public void setQuotaProjectId(String quotaProjectId) {
this.quotaProjectId = quotaProjectId;
}
public boolean getUseRest() {
return this.useRest;
}
public void setUseRest(boolean useRest) {
this.useRest = useRest;
}
public Integer getExecutorThreadCount() {
return this.executorThreadCount;
}
public void setExecutorThreadCount(Integer executorThreadCount) {
this.executorThreadCount = executorThreadCount;
}
public Retry getRetry() {
return this.retry;
}
public void setRetry(Retry retry) {
this.retry = retry;
}
public Retry getListEffectiveSecurityHealthAnalyticsCustomModulesRetry() {
return this.listEffectiveSecurityHealthAnalyticsCustomModulesRetry;
}
public void setListEffectiveSecurityHealthAnalyticsCustomModulesRetry(
Retry listEffectiveSecurityHealthAnalyticsCustomModulesRetry) {
this.listEffectiveSecurityHealthAnalyticsCustomModulesRetry =
listEffectiveSecurityHealthAnalyticsCustomModulesRetry;
}
public Retry getGetEffectiveSecurityHealthAnalyticsCustomModuleRetry() {
return this.getEffectiveSecurityHealthAnalyticsCustomModuleRetry;
}
public void setGetEffectiveSecurityHealthAnalyticsCustomModuleRetry(
Retry getEffectiveSecurityHealthAnalyticsCustomModuleRetry) {
this.getEffectiveSecurityHealthAnalyticsCustomModuleRetry =
getEffectiveSecurityHealthAnalyticsCustomModuleRetry;
}
public Retry getListSecurityHealthAnalyticsCustomModulesRetry() {
return this.listSecurityHealthAnalyticsCustomModulesRetry;
}
public void setListSecurityHealthAnalyticsCustomModulesRetry(
Retry listSecurityHealthAnalyticsCustomModulesRetry) {
this.listSecurityHealthAnalyticsCustomModulesRetry =
listSecurityHealthAnalyticsCustomModulesRetry;
}
public Retry getListDescendantSecurityHealthAnalyticsCustomModulesRetry() {
return this.listDescendantSecurityHealthAnalyticsCustomModulesRetry;
}
public void setListDescendantSecurityHealthAnalyticsCustomModulesRetry(
Retry listDescendantSecurityHealthAnalyticsCustomModulesRetry) {
this.listDescendantSecurityHealthAnalyticsCustomModulesRetry =
listDescendantSecurityHealthAnalyticsCustomModulesRetry;
}
public Retry getGetSecurityHealthAnalyticsCustomModuleRetry() {
return this.getSecurityHealthAnalyticsCustomModuleRetry;
}
public void setGetSecurityHealthAnalyticsCustomModuleRetry(
Retry getSecurityHealthAnalyticsCustomModuleRetry) {
this.getSecurityHealthAnalyticsCustomModuleRetry = getSecurityHealthAnalyticsCustomModuleRetry;
}
public Retry getCreateSecurityHealthAnalyticsCustomModuleRetry() {
return this.createSecurityHealthAnalyticsCustomModuleRetry;
}
public void setCreateSecurityHealthAnalyticsCustomModuleRetry(
Retry createSecurityHealthAnalyticsCustomModuleRetry) {
this.createSecurityHealthAnalyticsCustomModuleRetry =
createSecurityHealthAnalyticsCustomModuleRetry;
}
public Retry getUpdateSecurityHealthAnalyticsCustomModuleRetry() {
return this.updateSecurityHealthAnalyticsCustomModuleRetry;
}
public void setUpdateSecurityHealthAnalyticsCustomModuleRetry(
Retry updateSecurityHealthAnalyticsCustomModuleRetry) {
this.updateSecurityHealthAnalyticsCustomModuleRetry =
updateSecurityHealthAnalyticsCustomModuleRetry;
}
public Retry getDeleteSecurityHealthAnalyticsCustomModuleRetry() {
return this.deleteSecurityHealthAnalyticsCustomModuleRetry;
}
public void setDeleteSecurityHealthAnalyticsCustomModuleRetry(
Retry deleteSecurityHealthAnalyticsCustomModuleRetry) {
this.deleteSecurityHealthAnalyticsCustomModuleRetry =
deleteSecurityHealthAnalyticsCustomModuleRetry;
}
public Retry getSimulateSecurityHealthAnalyticsCustomModuleRetry() {
return this.simulateSecurityHealthAnalyticsCustomModuleRetry;
}
public void setSimulateSecurityHealthAnalyticsCustomModuleRetry(
Retry simulateSecurityHealthAnalyticsCustomModuleRetry) {
this.simulateSecurityHealthAnalyticsCustomModuleRetry =
simulateSecurityHealthAnalyticsCustomModuleRetry;
}
public Retry getListEffectiveEventThreatDetectionCustomModulesRetry() {
return this.listEffectiveEventThreatDetectionCustomModulesRetry;
}
public void setListEffectiveEventThreatDetectionCustomModulesRetry(
Retry listEffectiveEventThreatDetectionCustomModulesRetry) {
this.listEffectiveEventThreatDetectionCustomModulesRetry =
listEffectiveEventThreatDetectionCustomModulesRetry;
}
public Retry getGetEffectiveEventThreatDetectionCustomModuleRetry() {
return this.getEffectiveEventThreatDetectionCustomModuleRetry;
}
public void setGetEffectiveEventThreatDetectionCustomModuleRetry(
Retry getEffectiveEventThreatDetectionCustomModuleRetry) {
this.getEffectiveEventThreatDetectionCustomModuleRetry =
getEffectiveEventThreatDetectionCustomModuleRetry;
}
public Retry getListEventThreatDetectionCustomModulesRetry() {
return this.listEventThreatDetectionCustomModulesRetry;
}
public void setListEventThreatDetectionCustomModulesRetry(
Retry listEventThreatDetectionCustomModulesRetry) {
this.listEventThreatDetectionCustomModulesRetry = listEventThreatDetectionCustomModulesRetry;
}
public Retry getListDescendantEventThreatDetectionCustomModulesRetry() {
return this.listDescendantEventThreatDetectionCustomModulesRetry;
}
public void setListDescendantEventThreatDetectionCustomModulesRetry(
Retry listDescendantEventThreatDetectionCustomModulesRetry) {
this.listDescendantEventThreatDetectionCustomModulesRetry =
listDescendantEventThreatDetectionCustomModulesRetry;
}
public Retry getGetEventThreatDetectionCustomModuleRetry() {
return this.getEventThreatDetectionCustomModuleRetry;
}
public void setGetEventThreatDetectionCustomModuleRetry(
Retry getEventThreatDetectionCustomModuleRetry) {
this.getEventThreatDetectionCustomModuleRetry = getEventThreatDetectionCustomModuleRetry;
}
public Retry getCreateEventThreatDetectionCustomModuleRetry() {
return this.createEventThreatDetectionCustomModuleRetry;
}
public void setCreateEventThreatDetectionCustomModuleRetry(
Retry createEventThreatDetectionCustomModuleRetry) {
this.createEventThreatDetectionCustomModuleRetry = createEventThreatDetectionCustomModuleRetry;
}
public Retry getUpdateEventThreatDetectionCustomModuleRetry() {
return this.updateEventThreatDetectionCustomModuleRetry;
}
public void setUpdateEventThreatDetectionCustomModuleRetry(
Retry updateEventThreatDetectionCustomModuleRetry) {
this.updateEventThreatDetectionCustomModuleRetry = updateEventThreatDetectionCustomModuleRetry;
}
public Retry getDeleteEventThreatDetectionCustomModuleRetry() {
return this.deleteEventThreatDetectionCustomModuleRetry;
}
public void setDeleteEventThreatDetectionCustomModuleRetry(
Retry deleteEventThreatDetectionCustomModuleRetry) {
this.deleteEventThreatDetectionCustomModuleRetry = deleteEventThreatDetectionCustomModuleRetry;
}
public Retry getValidateEventThreatDetectionCustomModuleRetry() {
return this.validateEventThreatDetectionCustomModuleRetry;
}
public void setValidateEventThreatDetectionCustomModuleRetry(
Retry validateEventThreatDetectionCustomModuleRetry) {
this.validateEventThreatDetectionCustomModuleRetry =
validateEventThreatDetectionCustomModuleRetry;
}
public Retry getGetSecurityCenterServiceRetry() {
return this.getSecurityCenterServiceRetry;
}
public void setGetSecurityCenterServiceRetry(Retry getSecurityCenterServiceRetry) {
this.getSecurityCenterServiceRetry = getSecurityCenterServiceRetry;
}
public Retry getListSecurityCenterServicesRetry() {
return this.listSecurityCenterServicesRetry;
}
public void setListSecurityCenterServicesRetry(Retry listSecurityCenterServicesRetry) {
this.listSecurityCenterServicesRetry = listSecurityCenterServicesRetry;
}
public Retry getUpdateSecurityCenterServiceRetry() {
return this.updateSecurityCenterServiceRetry;
}
public void setUpdateSecurityCenterServiceRetry(Retry updateSecurityCenterServiceRetry) {
this.updateSecurityCenterServiceRetry = updateSecurityCenterServiceRetry;
}
public Retry getListLocationsRetry() {
return this.listLocationsRetry;
}
public void setListLocationsRetry(Retry listLocationsRetry) {
this.listLocationsRetry = listLocationsRetry;
}
public Retry getGetLocationRetry() {
return this.getLocationRetry;
}
public void setGetLocationRetry(Retry getLocationRetry) {
this.getLocationRetry = getLocationRetry;
}
}