Class RegistrationServiceSpringProperties
java.lang.Object
com.google.cloud.servicedirectory.v1.spring.RegistrationServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.servicedirectory.v1.registration-service")
public class RegistrationServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for RegistrationService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCreateEndpointRetry(Retry createEndpointRetry) voidsetCreateNamespaceRetry(Retry createNamespaceRetry) voidsetCreateServiceRetry(Retry createServiceRetry) voidsetDeleteEndpointRetry(Retry deleteEndpointRetry) voidsetDeleteNamespaceRetry(Retry deleteNamespaceRetry) voidsetDeleteServiceRetry(Retry deleteServiceRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetEndpointRetry(Retry getEndpointRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetNamespaceRetry(Retry getNamespaceRetry) voidsetGetServiceRetry(Retry getServiceRetry) voidsetListEndpointsRetry(Retry listEndpointsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListNamespacesRetry(Retry listNamespacesRetry) voidsetListServicesRetry(Retry listServicesRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpdateEndpointRetry(Retry updateEndpointRetry) voidsetUpdateNamespaceRetry(Retry updateNamespaceRetry) voidsetUpdateServiceRetry(Retry updateServiceRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
RegistrationServiceSpringProperties
public RegistrationServiceSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplierSupplies credentials configuration.- Specified by:
getCredentialsin interfaceCredentialsSupplier- Returns:
- a POJO containing Google Cloud credentials location and scopes
-
getQuotaProjectId
-
setQuotaProjectId
-
getUseRest
public boolean getUseRest() -
setUseRest
public void setUseRest(boolean useRest) -
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getCreateNamespaceRetry
-
setCreateNamespaceRetry
-
getListNamespacesRetry
-
setListNamespacesRetry
-
getGetNamespaceRetry
-
setGetNamespaceRetry
-
getUpdateNamespaceRetry
-
setUpdateNamespaceRetry
-
getDeleteNamespaceRetry
-
setDeleteNamespaceRetry
-
getCreateServiceRetry
-
setCreateServiceRetry
-
getListServicesRetry
-
setListServicesRetry
-
getGetServiceRetry
-
setGetServiceRetry
-
getUpdateServiceRetry
-
setUpdateServiceRetry
-
getDeleteServiceRetry
-
setDeleteServiceRetry
-
getCreateEndpointRetry
-
setCreateEndpointRetry
-
getListEndpointsRetry
-
setListEndpointsRetry
-
getGetEndpointRetry
-
setGetEndpointRetry
-
getUpdateEndpointRetry
-
setUpdateEndpointRetry
-
getDeleteEndpointRetry
-
setDeleteEndpointRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-