Skip to content

Commit bf121c4

Browse files
docs: [google-cloud-translate] minor formatting (googleapis#14035)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 775127576 Source-Link: googleapis/googleapis@af2ae7d Source-Link: https://github.com/googleapis/googleapis-gen/commit/65aa991fc3c7ff90da9b0d3f4c88fd6285542d69 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRyYW5zbGF0ZS8uT3dsQm90LnlhbWwiLCJoIjoiNjVhYTk5MWZjM2M3ZmY5MGRhOWIwZDNmNGM4OGZkNjI4NTU0MmQ2OSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1724a95 commit bf121c4

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

packages/google-cloud-translate/google/cloud/translate/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.21.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-translate/google/cloud/translate_v3/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.21.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-translate/google/cloud/translate_v3/types/translation_service.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -943,18 +943,18 @@ class TranslateDocumentRequest(proto.Message):
943943
source_language_code (str):
944944
Optional. The ISO-639 language code of the input document if
945945
known, for example, "en-US" or "sr-Latn". Supported language
946-
codes are listed in [Language Support]
947-
(https://cloud.google.com/translate/docs/languages). If the
948-
source language isn't specified, the API attempts to
946+
codes are listed in `Language
947+
Support <https://cloud.google.com/translate/docs/languages>`__.
948+
If the source language isn't specified, the API attempts to
949949
identify the source language automatically and returns the
950950
source language within the response. Source language must be
951951
specified if the request contains a glossary or a custom
952952
model.
953953
target_language_code (str):
954954
Required. The ISO-639 language code to use for translation
955955
of the input document, set to one of the language codes
956-
listed in [Language Support]
957-
(https://cloud.google.com/translate/docs/languages).
956+
listed in `Language
957+
Support <https://cloud.google.com/translate/docs/languages>`__.
958958
document_input_config (google.cloud.translate_v3.types.DocumentInputConfig):
959959
Required. Input configurations.
960960
document_output_config (google.cloud.translate_v3.types.DocumentOutputConfig):

packages/google-cloud-translate/google/cloud/translate_v3beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.21.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-translate/samples/generated_samples/snippet_metadata_google.cloud.translation.v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-translate",
11-
"version": "3.21.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-translate/samples/generated_samples/snippet_metadata_google.cloud.translation.v3beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-translate",
11-
"version": "3.21.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)