-
Notifications
You must be signed in to change notification settings - Fork 553
/
.owlbot-manifest.json
100 lines (100 loc) · 4.73 KB
/
.owlbot-manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"generated": [
".gitignore",
".repo-metadata.json",
".rubocop.yml",
".toys.rb",
".yardopts",
"AUTHENTICATION.md",
"CHANGELOG.md",
"Gemfile",
"LICENSE.md",
"README.md",
"Rakefile",
"gapic_metadata.json",
"google-cloud-translate-v3.gemspec",
"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",
"lib/google/cloud/translate/v3/translation_service/client.rb",
"lib/google/cloud/translate/v3/translation_service/credentials.rb",
"lib/google/cloud/translate/v3/translation_service/operations.rb",
"lib/google/cloud/translate/v3/translation_service/paths.rb",
"lib/google/cloud/translate/v3/translation_service/rest.rb",
"lib/google/cloud/translate/v3/translation_service/rest/client.rb",
"lib/google/cloud/translate/v3/translation_service/rest/operations.rb",
"lib/google/cloud/translate/v3/translation_service/rest/service_stub.rb",
"lib/google/cloud/translate/v3/translation_service_pb.rb",
"lib/google/cloud/translate/v3/translation_service_services_pb.rb",
"lib/google/cloud/translate/v3/version.rb",
"proto_docs/README.md",
"proto_docs/google/api/client.rb",
"proto_docs/google/api/field_behavior.rb",
"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",
"snippets/snippet_metadata_google.cloud.translation.v3.json",
"snippets/translation_service/adaptive_mt_translate.rb",
"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",
"test/google/cloud/translate/v3/translation_service_test.rb",
"test/helper.rb"
],
"static": [
".OwlBot.yaml"
]
}