-
Notifications
You must be signed in to change notification settings - Fork 555
/
Copy path.owlbot-manifest.json
62 lines (62 loc) · 2.75 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
{
"generated": [
".gitignore",
".repo-metadata.json",
".rubocop.yml",
".yardopts",
"AUTHENTICATION.md",
"CHANGELOG.md",
"Gemfile",
"LICENSE.md",
"README.md",
"Rakefile",
"gapic_metadata.json",
"google-cloud-bigquery-reservation-v1.gemspec",
"lib/google-cloud-bigquery-reservation-v1.rb",
"lib/google/cloud/bigquery/reservation/v1.rb",
"lib/google/cloud/bigquery/reservation/v1/reservation_pb.rb",
"lib/google/cloud/bigquery/reservation/v1/reservation_service.rb",
"lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb",
"lib/google/cloud/bigquery/reservation/v1/reservation_service/credentials.rb",
"lib/google/cloud/bigquery/reservation/v1/reservation_service/paths.rb",
"lib/google/cloud/bigquery/reservation/v1/reservation_services_pb.rb",
"lib/google/cloud/bigquery/reservation/v1/version.rb",
"proto_docs/README.md",
"proto_docs/google/api/field_behavior.rb",
"proto_docs/google/api/resource.rb",
"proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb",
"proto_docs/google/protobuf/any.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/reservation_service/create_assignment.rb",
"snippets/reservation_service/create_capacity_commitment.rb",
"snippets/reservation_service/create_reservation.rb",
"snippets/reservation_service/delete_assignment.rb",
"snippets/reservation_service/delete_capacity_commitment.rb",
"snippets/reservation_service/delete_reservation.rb",
"snippets/reservation_service/get_bi_reservation.rb",
"snippets/reservation_service/get_capacity_commitment.rb",
"snippets/reservation_service/get_reservation.rb",
"snippets/reservation_service/list_assignments.rb",
"snippets/reservation_service/list_capacity_commitments.rb",
"snippets/reservation_service/list_reservations.rb",
"snippets/reservation_service/merge_capacity_commitments.rb",
"snippets/reservation_service/move_assignment.rb",
"snippets/reservation_service/search_all_assignments.rb",
"snippets/reservation_service/search_assignments.rb",
"snippets/reservation_service/split_capacity_commitment.rb",
"snippets/reservation_service/update_assignment.rb",
"snippets/reservation_service/update_bi_reservation.rb",
"snippets/reservation_service/update_capacity_commitment.rb",
"snippets/reservation_service/update_reservation.rb",
"test/google/cloud/bigquery/reservation/v1/reservation_service_paths_test.rb",
"test/google/cloud/bigquery/reservation/v1/reservation_service_test.rb",
"test/helper.rb"
],
"static": [
".OwlBot.yaml"
]
}