Skip to content

docs: [google-cloud-translate] minor formatting #14035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.21.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.21.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -943,18 +943,18 @@ class TranslateDocumentRequest(proto.Message):
source_language_code (str):
Optional. The ISO-639 language code of the input document if
known, for example, "en-US" or "sr-Latn". Supported language
codes are listed in [Language Support]
(https://cloud.google.com/translate/docs/languages). If the
source language isn't specified, the API attempts to
codes are listed in `Language
Support <https://cloud.google.com/translate/docs/languages>`__.
If the source language isn't specified, the API attempts to
identify the source language automatically and returns the
source language within the response. Source language must be
specified if the request contains a glossary or a custom
model.
target_language_code (str):
Required. The ISO-639 language code to use for translation
of the input document, set to one of the language codes
listed in [Language Support]
(https://cloud.google.com/translate/docs/languages).
listed in `Language
Support <https://cloud.google.com/translate/docs/languages>`__.
document_input_config (google.cloud.translate_v3.types.DocumentInputConfig):
Required. Input configurations.
document_output_config (google.cloud.translate_v3.types.DocumentOutputConfig):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.21.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-translate",
"version": "3.21.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-translate",
"version": "3.21.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Loading