Skip to content

Commit

Permalink
feat: Add BigQuery Metastore Partition Service API version v1alpha (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Aug 15, 2024
1 parent ceecb2e commit da60cce
Show file tree
Hide file tree
Showing 42 changed files with 11,150 additions and 1,188 deletions.
22 changes: 22 additions & 0 deletions google-cloud-translate-v3/.owlbot-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"lib/google-cloud-translate-v3.rb",
"lib/google/cloud/translate/v3.rb",
"lib/google/cloud/translate/v3/adaptive_mt_pb.rb",
"lib/google/cloud/translate/v3/automl_translation_pb.rb",
"lib/google/cloud/translate/v3/bindings_override.rb",
"lib/google/cloud/translate/v3/common_pb.rb",
"lib/google/cloud/translate/v3/rest.rb",
"lib/google/cloud/translate/v3/translation_service.rb",
Expand All @@ -36,12 +38,14 @@
"proto_docs/google/api/launch_stage.rb",
"proto_docs/google/api/resource.rb",
"proto_docs/google/cloud/translate/v3/adaptive_mt.rb",
"proto_docs/google/cloud/translate/v3/automl_translation.rb",
"proto_docs/google/cloud/translate/v3/common.rb",
"proto_docs/google/cloud/translate/v3/translation_service.rb",
"proto_docs/google/longrunning/operations.rb",
"proto_docs/google/protobuf/any.rb",
"proto_docs/google/protobuf/duration.rb",
"proto_docs/google/protobuf/empty.rb",
"proto_docs/google/protobuf/field_mask.rb",
"proto_docs/google/protobuf/timestamp.rb",
"proto_docs/google/rpc/status.rb",
"snippets/Gemfile",
Expand All @@ -50,22 +54,40 @@
"snippets/translation_service/batch_translate_document.rb",
"snippets/translation_service/batch_translate_text.rb",
"snippets/translation_service/create_adaptive_mt_dataset.rb",
"snippets/translation_service/create_dataset.rb",
"snippets/translation_service/create_glossary.rb",
"snippets/translation_service/create_glossary_entry.rb",
"snippets/translation_service/create_model.rb",
"snippets/translation_service/delete_adaptive_mt_dataset.rb",
"snippets/translation_service/delete_adaptive_mt_file.rb",
"snippets/translation_service/delete_dataset.rb",
"snippets/translation_service/delete_glossary.rb",
"snippets/translation_service/delete_glossary_entry.rb",
"snippets/translation_service/delete_model.rb",
"snippets/translation_service/detect_language.rb",
"snippets/translation_service/export_data.rb",
"snippets/translation_service/get_adaptive_mt_dataset.rb",
"snippets/translation_service/get_adaptive_mt_file.rb",
"snippets/translation_service/get_dataset.rb",
"snippets/translation_service/get_glossary.rb",
"snippets/translation_service/get_glossary_entry.rb",
"snippets/translation_service/get_model.rb",
"snippets/translation_service/get_supported_languages.rb",
"snippets/translation_service/import_adaptive_mt_file.rb",
"snippets/translation_service/import_data.rb",
"snippets/translation_service/list_adaptive_mt_datasets.rb",
"snippets/translation_service/list_adaptive_mt_files.rb",
"snippets/translation_service/list_adaptive_mt_sentences.rb",
"snippets/translation_service/list_datasets.rb",
"snippets/translation_service/list_examples.rb",
"snippets/translation_service/list_glossaries.rb",
"snippets/translation_service/list_glossary_entries.rb",
"snippets/translation_service/list_models.rb",
"snippets/translation_service/romanize_text.rb",
"snippets/translation_service/translate_document.rb",
"snippets/translation_service/translate_text.rb",
"snippets/translation_service/update_glossary.rb",
"snippets/translation_service/update_glossary_entry.rb",
"test/google/cloud/translate/v3/translation_service_operations_test.rb",
"test/google/cloud/translate/v3/translation_service_paths_test.rb",
"test/google/cloud/translate/v3/translation_service_rest_test.rb",
Expand Down
90 changes: 90 additions & 0 deletions google-cloud-translate-v3/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"translate_text"
]
},
"RomanizeText": {
"methods": [
"romanize_text"
]
},
"DetectLanguage": {
"methods": [
"detect_language"
Expand Down Expand Up @@ -45,6 +50,11 @@
"create_glossary"
]
},
"UpdateGlossary": {
"methods": [
"update_glossary"
]
},
"ListGlossaries": {
"methods": [
"list_glossaries"
Expand All @@ -60,6 +70,51 @@
"delete_glossary"
]
},
"GetGlossaryEntry": {
"methods": [
"get_glossary_entry"
]
},
"ListGlossaryEntries": {
"methods": [
"list_glossary_entries"
]
},
"CreateGlossaryEntry": {
"methods": [
"create_glossary_entry"
]
},
"UpdateGlossaryEntry": {
"methods": [
"update_glossary_entry"
]
},
"DeleteGlossaryEntry": {
"methods": [
"delete_glossary_entry"
]
},
"CreateDataset": {
"methods": [
"create_dataset"
]
},
"GetDataset": {
"methods": [
"get_dataset"
]
},
"ListDatasets": {
"methods": [
"list_datasets"
]
},
"DeleteDataset": {
"methods": [
"delete_dataset"
]
},
"CreateAdaptiveMtDataset": {
"methods": [
"create_adaptive_mt_dataset"
Expand Down Expand Up @@ -109,6 +164,41 @@
"methods": [
"list_adaptive_mt_sentences"
]
},
"ImportData": {
"methods": [
"import_data"
]
},
"ExportData": {
"methods": [
"export_data"
]
},
"ListExamples": {
"methods": [
"list_examples"
]
},
"CreateModel": {
"methods": [
"create_model"
]
},
"ListModels": {
"methods": [
"list_models"
]
},
"GetModel": {
"methods": [
"get_model"
]
},
"DeleteModel": {
"methods": [
"delete_model"
]
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions google-cloud-translate-v3/google-cloud-translate-v3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ Gem::Specification.new do |gem|

gem.add_dependency "gapic-common", ">= 0.21.1", "< 2.a"
gem.add_dependency "google-cloud-errors", "~> 1.0"
gem.add_dependency "google-cloud-location", ">= 0.7", "< 2.a"
gem.add_dependency "google-iam-v1", ">= 0.7", "< 2.a"
end
Loading

0 comments on commit da60cce

Please sign in to comment.