-
Notifications
You must be signed in to change notification settings - Fork 404
/
Copy pathstorage_examples.bzl
54 lines (52 loc) · 2.1 KB
/
storage_examples.bzl
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
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# DO NOT EDIT -- GENERATED BY CMake -- Change the CMakeLists.txt file if needed
"""Automatically generated unit tests list - DO NOT EDIT."""
storage_examples = [
"storage_bucket_acl_samples.cc",
"storage_bucket_autoclass_samples.cc",
"storage_bucket_cors_samples.cc",
"storage_bucket_default_kms_key_samples.cc",
"storage_bucket_iam_samples.cc",
"storage_bucket_object_retention_samples.cc",
"storage_bucket_requester_pays_samples.cc",
"storage_bucket_samples.cc",
"storage_bucket_soft_delete_samples.cc",
"storage_client_initialization_samples.cc",
"storage_client_per_operation_samples.cc",
"storage_default_object_acl_samples.cc",
"storage_event_based_hold_samples.cc",
"storage_lifecycle_management_samples.cc",
"storage_notification_samples.cc",
"storage_object_acl_samples.cc",
"storage_object_cmek_samples.cc",
"storage_object_csek_samples.cc",
"storage_object_file_transfer_samples.cc",
"storage_object_hold_samples.cc",
"storage_object_preconditions_samples.cc",
"storage_object_resumable_write_samples.cc",
"storage_object_retention_samples.cc",
"storage_object_rewrite_samples.cc",
"storage_object_samples.cc",
"storage_object_versioning_samples.cc",
"storage_policy_doc_samples.cc",
"storage_public_object_samples.cc",
"storage_quickstart.cc",
"storage_retention_policy_samples.cc",
"storage_service_account_samples.cc",
"storage_signed_url_v2_samples.cc",
"storage_signed_url_v4_samples.cc",
"storage_website_samples.cc",
]