Skip to content

Commit

Permalink
Merge pull request #653 from gsmet/quarkus-3.14
Browse files Browse the repository at this point in the history
Upgrade to Quarkus 3.14.0 and switch to the new doc infrastructure
  • Loading branch information
loicmathieu committed Aug 21, 2024
2 parents f21e8ae + 2e9b6b6 commit ed435ca
Show file tree
Hide file tree
Showing 18 changed files with 1,806 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
:summaryTableId: quarkus-google-cloud-bigtable_quarkus-google
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a|icon:lock[title=Fixed at build time] [[quarkus-google-cloud-bigtable_quarkus-google-cloud-bigtable-devservice-enabled]] [.property-path]##`quarkus.google.cloud.bigtable.devservice.enabled`##

[.description]
--
Indicates whether the Bigtable service should be enabled or not. The default value is 'false'.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_ENABLED+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`false`

a|icon:lock[title=Fixed at build time] [[quarkus-google-cloud-bigtable_quarkus-google-cloud-bigtable-devservice-image-name]] [.property-path]##`quarkus.google.cloud.bigtable.devservice.image-name`##

[.description]
--
Sets the Docker image name for the Google Cloud SDK. This image is used to emulate the Bigtable service in the development environment. The default value is 'gcr.io/google.com/cloudsdktool/google-cloud-cli'.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_IMAGE_NAME+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_IMAGE_NAME+++`
endif::add-copy-button-to-env-var[]
--
|string
|`gcr.io/google.com/cloudsdktool/google-cloud-cli`

a|icon:lock[title=Fixed at build time] [[quarkus-google-cloud-bigtable_quarkus-google-cloud-bigtable-devservice-emulator-port]] [.property-path]##`quarkus.google.cloud.bigtable.devservice.emulator-port`##

[.description]
--
Specifies the emulatorPort on which the Bigtable service should run in the development environment.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_EMULATOR_PORT+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_EMULATOR_PORT+++`
endif::add-copy-button-to-env-var[]
--
|int
|

|===


:!summaryTableId:
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
:summaryTableId: quarkus-google-cloud-bigtable_quarkus-google
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a|icon:lock[title=Fixed at build time] [[quarkus-google-cloud-bigtable_quarkus-google-cloud-bigtable-devservice-enabled]] [.property-path]##`quarkus.google.cloud.bigtable.devservice.enabled`##

[.description]
--
Indicates whether the Bigtable service should be enabled or not. The default value is 'false'.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_ENABLED+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`false`

a|icon:lock[title=Fixed at build time] [[quarkus-google-cloud-bigtable_quarkus-google-cloud-bigtable-devservice-image-name]] [.property-path]##`quarkus.google.cloud.bigtable.devservice.image-name`##

[.description]
--
Sets the Docker image name for the Google Cloud SDK. This image is used to emulate the Bigtable service in the development environment. The default value is 'gcr.io/google.com/cloudsdktool/google-cloud-cli'.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_IMAGE_NAME+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_IMAGE_NAME+++`
endif::add-copy-button-to-env-var[]
--
|string
|`gcr.io/google.com/cloudsdktool/google-cloud-cli`

a|icon:lock[title=Fixed at build time] [[quarkus-google-cloud-bigtable_quarkus-google-cloud-bigtable-devservice-emulator-port]] [.property-path]##`quarkus.google.cloud.bigtable.devservice.emulator-port`##

[.description]
--
Specifies the emulatorPort on which the Bigtable service should run in the development environment.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_EMULATOR_PORT+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_GOOGLE_CLOUD_BIGTABLE_DEVSERVICE_EMULATOR_PORT+++`
endif::add-copy-button-to-env-var[]
--
|int
|

|===


:!summaryTableId:
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
:summaryTableId: quarkus-google-cloud-firebase-admin_quarkus-google
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a|icon:lock[title=Fixed at build time] [[quarkus-google-cloud-firebase-admin_quarkus-google-cloud-firebase-auth-enabled]] [.property-path]##`quarkus.google.cloud.firebase.auth.enabled`##

[.description]
--
Enable or disable Firebase authentication.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_GOOGLE_CLOUD_FIREBASE_AUTH_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_GOOGLE_CLOUD_FIREBASE_AUTH_ENABLED+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`false`

|===


:!summaryTableId:
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
:summaryTableId: quarkus-google-cloud-firebase-admin_quarkus-google
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a|icon:lock[title=Fixed at build time] [[quarkus-google-cloud-firebase-admin_quarkus-google-cloud-firebase-auth-enabled]] [.property-path]##`quarkus.google.cloud.firebase.auth.enabled`##

[.description]
--
Enable or disable Firebase authentication.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_GOOGLE_CLOUD_FIREBASE_AUTH_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_GOOGLE_CLOUD_FIREBASE_AUTH_ENABLED+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`false`

|===


:!summaryTableId:
Loading

0 comments on commit ed435ca

Please sign in to comment.