Configuration Reference
Version:5.13.1-SNAPSHOT
Micronaut Gcp Common Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.util.List |
The default scopes to associate with the application to access specific APIs. See <a href="https://developers.google.com/identity/protocols/googlescopes">Google Scopes</a> for a complete list. Leave this empty if you don’t need additional API access. |
|
java.lang.String |
Sets the location to the service account credential key file. |
|
java.lang.String |
Sets the Base64 encoded service account key content.. |
|
boolean |
Allows disabling Google credentials configuration. This may be useful in situations where you don’t want to authenticate despite having the Google Cloud SDK configured. Default value is true. |
|
boolean |
Allows disabling use of the {@link HttpClient} based transport for retrieving authentication tokens. Default value is true. |
Property | Type | Description |
---|---|---|
|
boolean |
Default value (true). |
|
java.lang.String |
Default value ("http://metadata.google.internal/computeMetadata/v1/project/"). |
|
java.lang.String |
Default value ("http://metadata.google.internal/project/v1/project/"). |
|
java.time.Duration |
Default value (5 seconds). |
|
java.time.Duration |
Default value (2). |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Sets the project id to use. |
Micronaut Gcp Http Client Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
the desired audience |
Micronaut Gcp Pubsub Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
executor name |
Property | Type | Description |
---|---|---|
|
org.threeten.bp.Duration |
|
|
java.time.Duration |
|
|
org.threeten.bp.Duration |
|
|
java.time.Duration |
|
|
double |
|
|
org.threeten.bp.Duration |
|
|
java.time.Duration |
|
|
int |
|
|
org.threeten.bp.Duration |
|
|
java.time.Duration |
|
|
double |
|
|
org.threeten.bp.Duration |
|
|
java.time.Duration |
|
|
org.threeten.bp.Duration |
Property | Type | Description |
---|---|---|
|
java.lang.Long |
|
|
java.lang.Long |
|
|
com.google.api.gax.batching.FlowController$LimitExceededBehavior |
Property | Type | Description |
---|---|---|
|
java.lang.Long |
|
|
java.lang.Long |
|
|
com.google.api.gax.batching.FlowController$LimitExceededBehavior |
Property | Type | Description |
---|---|---|
|
java.lang.Long |
|
|
java.lang.Long |
|
|
org.threeten.bp.Duration |
|
|
java.time.Duration |
|
|
java.lang.Boolean |
|
|
com.google.api.gax.batching.FlowControlSettings |
Property | Type | Description |
---|---|---|
|
java.lang.String |
the name of the publishing executor |
|
java.lang.String |
the name of the subscribing executor |
|
int |
How often to ping the server to keep the channel alive. Default: 5 minutes. |
|
java.lang.String |
endpoint |
|
boolean |
nack on shutdown configuration |
Property | Type | Description |
---|---|---|
|
java.lang.Integer |
number of concurrent pulls |
|
org.threeten.bp.Duration |
Set the maximum period a message ack deadline will be extended. Defaults to one hour. |
|
org.threeten.bp.Duration |
Set the upper bound for a single mod ack extention period. <p>The ack deadline will continue to be extended by up to this duration until MaxAckExtensionPeriod is reached. Setting MaxDurationPerAckExtension bounds the maximum amount of time before a mesage re-delivery in the event the Subscriber fails to extend the deadline. <p>MaxDurationPerAckExtension configuration can be disabled by specifying a zero duration. |
|
java.lang.String |
executor name |
Property | Type | Description |
---|---|---|
|
boolean |
Enables {@link PushController}. Default value true |
|
java.lang.String |
Configures the path to the {@link PushController}. Default value "/push" |
Micronaut Gcp Secret Manager Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.util.Set |
Custom config files to be included as property sources. |
|
java.util.Set |
Set of secrets to be loaded |
|
boolean |
Whether to load the default config files. |
|
java.lang.String |
Location of the regional secrets |