Configuration Reference
Version:5.1.0-SNAPSHOT
Micronaut Gcp Common Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
Returns the Google project ID for the project. |
Property | Type | Description |
---|---|---|
|
java.util.List |
The scopes to use. |
|
java.lang.String |
The location of the service account credential key file. See <a href="https://cloud.google.com/iam/docs/understanding-service-accounts">Understanding Service Accounts</a> for more information on generating a service account key file. |
|
java.lang.String |
The Base64 encoded service account key content. This is not recommended except if you need to encode service account key via an environmental variable. For other use cases, configure <pre>location</pre> instead. |
|
boolean |
Returns whether Google credentials configuration is enabled or not. |
Property | Type | Description |
---|---|---|
|
boolean |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.time.Duration |
|
|
java.time.Duration |
Micronaut Gcp Http Client Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
Micronaut Gcp Pubsub Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.Integer |
|
|
org.threeten.bp.Duration |
Set the maximum period a message ack deadline will be extended. Defaults to one hour. |
|
org.threeten.bp.Duration |
|
|
java.lang.String |
|
|
java.lang.Long |
|
|
java.lang.Long |
|
|
com.google.api.gax.batching.FlowController$LimitExceededBehavior |
Property | Type | Description |
---|---|---|
|
org.threeten.bp.Duration |
|
|
org.threeten.bp.Duration |
|
|
double |
|
|
org.threeten.bp.Duration |
|
|
int |
|
|
org.threeten.bp.Duration |
|
|
double |
|
|
org.threeten.bp.Duration |
|
|
org.threeten.bp.Duration |
|
|
java.lang.Long |
|
|
java.lang.Long |
|
|
org.threeten.bp.Duration |
|
|
java.lang.Boolean |
|
|
com.google.api.gax.batching.FlowControlSettings |
|
|
java.lang.Long |
|
|
java.lang.Long |
|
|
com.google.api.gax.batching.FlowController$LimitExceededBehavior |
|
|
java.lang.String |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.String |
|
|
int |
How often to ping the server to keep the channel alive. Defaults to 5 minutes. |
|
java.lang.String |
Which endpoint the {@link com.google.cloud.pubsub.v1.Publisher} should publish messages to. Defaults to the global endpoint |
Micronaut Gcp Secret Manager Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.util.Set |
|
|
java.util.Set |
|
|
boolean |
Whether to load the default config files ( |