You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: synthtool/gcp/templates/java_library/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Java idiomatic client for [{{metadata['repo']['name_pretty']}}][product-docs].
13
13
-[Client Library Documentation][javadocs]
14
14
{% if 'partials' in metadata and metadata['partials']['deprecation_warning'] -%}
15
15
{{ metadata['partials']['deprecation_warning'] }}
16
-
{% elif metadata['repo']['release_level'] in ['alpha', 'beta'] %}
16
+
{% elif metadata['repo']['release_level'] in ['preview'] %}
17
17
> Note: This client is a work-in-progress, and may occasionally
18
18
> make backwards-incompatible changes.
19
19
{% endif %}
@@ -182,7 +182,7 @@ and on [google-cloud-java][g-c-j].
182
182
{% else %}
183
183
This library follows [Semantic Versioning](http://semver.org/).
184
184
185
-
{% if metadata['repo']['release_level'] in ['alpha', 'beta'] %}
185
+
{% if metadata['repo']['release_level'] in ['preview'] %}
186
186
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
187
187
and the public API should not be considered stable.
188
188
{% endif %}{% endif %}
@@ -229,7 +229,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
Copy file name to clipboardExpand all lines: tests/fixtures/java_templates/release-please-update/.repo-metadata.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@
6
6
"api_description": "provides inventory services based on a time series database. This database keeps a five week history of Google Cloud asset metadata. The Cloud Asset Inventory export service allows you to export all asset metadata at a certain timestamp or export event change history during a timeframe.",
Copy file name to clipboardExpand all lines: tests/fixtures/java_templates/standard/.repo-metadata.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@
6
6
"api_description": "provides inventory services based on a time series database. This database keeps a five week history of Google Cloud asset metadata. The Cloud Asset Inventory export service allows you to export all asset metadata at a certain timestamp or export event change history during a timeframe.",
0 commit comments