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
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
boolean
void
setCreateEndpointRetry
(Retry createEndpointRetry) void
setCreateNamespaceRetry
(Retry createNamespaceRetry) void
setCreateServiceRetry
(Retry createServiceRetry) void
setDeleteEndpointRetry
(Retry deleteEndpointRetry) void
setDeleteNamespaceRetry
(Retry deleteNamespaceRetry) void
setDeleteServiceRetry
(Retry deleteServiceRetry) void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetEndpointRetry
(Retry getEndpointRetry) void
setGetIamPolicyRetry
(Retry getIamPolicyRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setGetNamespaceRetry
(Retry getNamespaceRetry) void
setGetServiceRetry
(Retry getServiceRetry) void
setListEndpointsRetry
(Retry listEndpointsRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setListNamespacesRetry
(Retry listNamespacesRetry) void
setListServicesRetry
(Retry listServicesRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setSetIamPolicyRetry
(Retry setIamPolicyRetry) void
setTestIamPermissionsRetry
(Retry testIamPermissionsRetry) void
setUpdateEndpointRetry
(Retry updateEndpointRetry) void
setUpdateNamespaceRetry
(Retry updateNamespaceRetry) void
setUpdateServiceRetry
(Retry updateServiceRetry) void
setUseRest
(boolean useRest)
-
Constructor Details
-
RegistrationServiceSpringProperties
public RegistrationServiceSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplier
Supplies credentials configuration.- Specified by:
getCredentials
in 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
-