Home
last modified time | relevance | path

Searched full:bucket_name (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/
H A DStorageProperties.java81 * * `gs://bucket_name/dir/*`: matches all files in the `bucket_name/dir`
83 * * `gs://bucket_name/dir/**`: matches all files in the `bucket_name/dir`
85 * * `gs://bucket_name/file*`: matches files prefixed by `file` in
86 * `bucket_name`
87 * * `gs://bucket_name/??.txt`: matches files with two characters followed by
88 * `.txt` in `bucket_name`
89 * * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
91 * `bucket_name`
92 * * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
93 * or `m` followed by `.txt` in `bucket_name`
[all …]
H A DGcsFilesetSpec.java84 * * `gs://bucket_name/dir/*`: matches all files in `bucket_name/dir`
86 * * `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
88 * * `gs://bucket_name/file*`: matches files prefixed by `file` in
89 * `bucket_name`
90 * * `gs://bucket_name/??.txt`: matches files with two characters followed by
91 * `.txt` in `bucket_name`
92 * * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
94 * `bucket_name`
95 * * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
96 * or `m` followed by `.txt` in `bucket_name`
[all …]
H A DStoragePropertiesOrBuilder.java32 * * `gs://bucket_name/dir/*`: matches all files in the `bucket_name/dir`
34 * * `gs://bucket_name/dir/**`: matches all files in the `bucket_name/dir`
36 * * `gs://bucket_name/file*`: matches files prefixed by `file` in
37 * `bucket_name`
38 * * `gs://bucket_name/??.txt`: matches files with two characters followed by
39 * `.txt` in `bucket_name`
40 * * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
42 * `bucket_name`
43 * * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
44 * or `m` followed by `.txt` in `bucket_name`
[all …]
H A DGcsFilesetSpecOrBuilder.java35 * * `gs://bucket_name/dir/*`: matches all files in `bucket_name/dir`
37 * * `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
39 * * `gs://bucket_name/file*`: matches files prefixed by `file` in
40 * `bucket_name`
41 * * `gs://bucket_name/??.txt`: matches files with two characters followed by
42 * `.txt` in `bucket_name`
43 * * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
45 * `bucket_name`
46 * * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
47 * or `m` followed by `.txt` in `bucket_name`
[all …]
/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/
H A DGcsFilesetSpec.java85 * * `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
87 * * `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
89 * * `gs://bucket_name/file*`: matches files prefixed by `file` in
90 * `bucket_name`
91 * * `gs://bucket_name/??.txt`: matches files with two characters followed by
92 * `.txt` in `bucket_name`
93 * * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
95 * `bucket_name`
96 * * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
97 * or `m` followed by `.txt` in `bucket_name`
[all …]
H A DGcsFilesetSpecOrBuilder.java36 * * `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
38 * * `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
40 * * `gs://bucket_name/file*`: matches files prefixed by `file` in
41 * `bucket_name`
42 * * `gs://bucket_name/??.txt`: matches files with two characters followed by
43 * `.txt` in `bucket_name`
44 * * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
46 * `bucket_name`
47 * * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
48 * or `m` followed by `.txt` in `bucket_name`
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DGCSFileDownloaderFuncTest.java48 private static final String BUCKET_NAME = "tradefed_function_test"; field in GCSFileDownloaderFuncTest
107 createFile(mStorage, FILE_CONTENT, BUCKET_NAME, mRemoteRoot, FILE_NAME1); in setUp()
108 createFile(mStorage, FILE_NAME2, BUCKET_NAME, mRemoteRoot, FOLDER_NAME1, FILE_NAME2); in setUp()
109 createFile(mStorage, FILE_NAME3, BUCKET_NAME, mRemoteRoot, FOLDER_NAME1, FILE_NAME3); in setUp()
111 createFile(mStorage, FILE_NAME3, BUCKET_NAME, mRemoteRoot, FOLDER_NAME1, FOLDER_NAME2); in setUp()
115 BUCKET_NAME, in setUp()
122 createFile(mStorage, "", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1, FOLDER_NAME3 + '/'); in setUp()
126 BUCKET_NAME, in setUp()
136 BUCKET_NAME, in setUp()
144 BUCKET_NAME, in setUp()
[all …]
/aosp_15_r20/tools/acloud/internal/lib/
H A Dgstorage_client.py44 def Get(self, bucket_name, object_name): argument
48 bucket_name: String, google cloud storage bucket name.
55 bucket=bucket_name, object=object_name)
58 def List(self, bucket_name, prefix=None): argument
62 bucket_name: String, google cloud storage bucket name.
70 logger.debug("Listing storage bucket: %s, prefix: %s", bucket_name,
74 bucket=bucket_name,
78 def Upload(self, local_src, bucket_name, object_name, mime_type): argument
83 bucket_name: string, google cloud storage bucket name.
91 local_src, bucket_name, object_name)
[all …]
/aosp_15_r20/external/autotest/client/cros/video/
H A Dhistogram_verifier_unittest.py83 self.bucket_name = 'mock_bucket'
106 self.differ.end.side_effect = [{self.bucket_name:1}]
108 self.differ, self.bucket_name, self.bucket_name))
115 self.differ.end.side_effect = [{}, {self.bucket_name:1}]
117 self.differ, self.bucket_name, self.bucket_name))
123 self.differ.end.side_effect = [{self.bucket_name:1, 'unexpected':1}]
127 self.bucket_name)):
128 histogram_verifier.expect_sole_bucket(self.differ, self.bucket_name,
129 self.bucket_name)
138 'Expect %s has %s' % (self.histogram_name, self.bucket_name)):
[all …]
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1p7beta1/src/main/java/com/google/cloud/asset/v1p7beta1/
H A DGcsDestination.java121 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
139 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
170 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
203 * "gs://bucket_name/object_name_prefix". Each object URI is in format:
204 * "gs://bucket_name/object_name_prefix/{ASSET_TYPE}/{SHARD_NUMBER} and only
206 * "gs://bucket_name/object_name_prefix/compute.googleapis.com/Disk/0" is
209 * returned if file with the same name "gs://bucket_name/object_name_prefix"
225 * "gs://bucket_name/object_name_prefix". Each object URI is in format:
226 * "gs://bucket_name/object_name_prefix/{ASSET_TYPE}/{SHARD_NUMBER} and only
228 * "gs://bucket_name/object_name_prefix/compute.googleapis.com/Disk/0" is
[all …]
H A DGcsDestinationOrBuilder.java31 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
47 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
63 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
80 * "gs://bucket_name/object_name_prefix". Each object URI is in format:
81 * "gs://bucket_name/object_name_prefix/{ASSET_TYPE}/{SHARD_NUMBER} and only
83 * "gs://bucket_name/object_name_prefix/compute.googleapis.com/Disk/0" is
86 * returned if file with the same name "gs://bucket_name/object_name_prefix"
100 * "gs://bucket_name/object_name_prefix". Each object URI is in format:
101 * "gs://bucket_name/object_name_prefix/{ASSET_TYPE}/{SHARD_NUMBER} and only
103 * "gs://bucket_name/object_name_prefix/compute.googleapis.com/Disk/0" is
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Ddatacatalog_v1beta1.projects.locations.entryGroups.entries.html142bucket_name/dir/*`: matches all files within `bucket_name/dir` directory. * `gs://bucket_name/dir/…
147 …h": "A String", # Required. The full file path. Example: `gs://bucket_name/a/b.txt`.
221bucket_name/dir/*`: matches all files within `bucket_name/dir` directory. * `gs://bucket_name/dir/…
226 …h": "A String", # Required. The full file path. Example: `gs://bucket_name/a/b.txt`.
324bucket_name/dir/*`: matches all files within `bucket_name/dir` directory. * `gs://bucket_name/dir/…
329 …h": "A String", # Required. The full file path. Example: `gs://bucket_name/a/b.txt`.
457bucket_name/dir/*`: matches all files within `bucket_name/dir` directory. * `gs://bucket_name/dir/…
462 …h": "A String", # Required. The full file path. Example: `gs://bucket_name/a/b.txt`.
554bucket_name/dir/*`: matches all files within `bucket_name/dir` directory. * `gs://bucket_name/dir/…
559 …h": "A String", # Required. The full file path. Example: `gs://bucket_name/a/b.txt`.
[all …]
Ddatacatalog_v1.projects.locations.entryGroups.entries.html168bucket_name/dir/*`: matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir/**`: …
173 …ePath": "A String", # Required. Full file path. Example: `gs://bucket_name/a/b.txt`.
292bucket_name/dir/*`: matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir/**`: …
297 …ePath": "A String", # Required. Full file path. Example: `gs://bucket_name/a/b.txt`.
440bucket_name/dir/*`: matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir/**`: …
445 …ePath": "A String", # Required. Full file path. Example: `gs://bucket_name/a/b.txt`.
618bucket_name/dir/*`: matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir/**`: …
623 …ePath": "A String", # Required. Full file path. Example: `gs://bucket_name/a/b.txt`.
760bucket_name/dir/*`: matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir/**`: …
765 …ePath": "A String", # Required. Full file path. Example: `gs://bucket_name/a/b.txt`.
[all …]
Ddatacatalog_v1beta1.entries.html122bucket_name/dir/*`: matches all files within `bucket_name/dir` directory. * `gs://bucket_name/dir/…
127 …h": "A String", # Required. The full file path. Example: `gs://bucket_name/a/b.txt`.
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/
H A DGcsDestination.java121 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
142 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
176 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
212 * "gs://bucket_name/object_name_prefix". Each object URI is in format:
213 * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
215 * "gs://bucket_name/object_name_prefix/compute.googleapis.com/Disk/0" is
218 * returned if file with the same name "gs://bucket_name/object_name_prefix"
234 * "gs://bucket_name/object_name_prefix". Each object URI is in format:
235 * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
237 * "gs://bucket_name/object_name_prefix/compute.googleapis.com/Disk/0" is
[all …]
H A DGcsDestinationOrBuilder.java31 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
50 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
69 * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
89 * "gs://bucket_name/object_name_prefix". Each object URI is in format:
90 * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
92 * "gs://bucket_name/object_name_prefix/compute.googleapis.com/Disk/0" is
95 * returned if file with the same name "gs://bucket_name/object_name_prefix"
109 * "gs://bucket_name/object_name_prefix". Each object URI is in format:
110 * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
112 * "gs://bucket_name/object_name_prefix/compute.googleapis.com/Disk/0" is
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/
H A DBucketAnalyticsConfigurationIntegrationTest.java56 … private static final String BUCKET_NAME = temporaryBucketName("java-bucket-analytics-integ-test"); field in BucketAnalyticsConfigurationIntegrationTest
58 private static final String BUCKET_ARN = "arn:aws:s3:::" + BUCKET_NAME;
69 .bucket(BUCKET_NAME) in setUpFixture()
76 .bucket(BUCKET_NAME) in setUpFixture()
83 deleteBucketAndAllContents(BUCKET_NAME); in tearDownFixture()
95 … .bucket(BUCKET_NAME) in testAnalyticsConfiguration_works_properly_with_setting_only_required_fields()
102 … .bucket(BUCKET_NAME) in testAnalyticsConfiguration_works_properly_with_setting_only_required_fields()
129 … .bucket(BUCKET_NAME) in testDeleteBucketAnalyticsConfiguration()
135 … .bucket(BUCKET_NAME) in testDeleteBucketAnalyticsConfiguration()
141 … .bucket(BUCKET_NAME) in testDeleteBucketAnalyticsConfiguration()
[all …]
H A DUrlEncodingIntegrationTest.java42 private static final String BUCKET_NAME = temporaryBucketName(UrlEncodingIntegrationTest.class); field in UrlEncodingIntegrationTest
47 createBucket(BUCKET_NAME); in createResources()
49 .bucket(BUCKET_NAME) in createResources()
59 deleteBucketAndAllContents(BUCKET_NAME); in tearDown()
65 s3.listObjectVersions(b -> b.bucket(BUCKET_NAME).encodingType(EncodingType.URL)); in listObjectVersionsWithUrlEncodingType_shouldDecode()
69 … s3Async.listObjectVersions(b -> b.bucket(BUCKET_NAME).encodingType(EncodingType.URL)).join(); in listObjectVersionsWithUrlEncodingType_shouldDecode()
77 s3.listObjectsV2(b -> b.bucket(BUCKET_NAME).encodingType(EncodingType.URL)); in listObjectV2WithUrlEncodingType_shouldDecode()
81 … s3Async.listObjectVersions(b -> b.bucket(BUCKET_NAME).encodingType(EncodingType.URL)).join(); in listObjectV2WithUrlEncodingType_shouldDecode()
89 s3.listObjects(b -> b.bucket(BUCKET_NAME).encodingType(EncodingType.URL)); in listObjectWithUrlEncodingType_shouldDecode()
93 … s3Async.listObjectVersions(b -> b.bucket(BUCKET_NAME).encodingType(EncodingType.URL)).join(); in listObjectWithUrlEncodingType_shouldDecode()
[all …]
H A DBucketInventoryConfigurationIntegrationTest.java50 … private static final String BUCKET_NAME = temporaryBucketName("java-bucket-inventory-integ-test"); field in BucketInventoryConfigurationIntegrationTest
51 private static final String BUCKET_ARN = "arn:aws:s3:::" + BUCKET_NAME;
61 createBucket(BUCKET_NAME); in setUpFixture()
63 .bucket(BUCKET_NAME) in setUpFixture()
71 deleteBucketAndAllContents(BUCKET_NAME); in tearDownFixture()
96 … .bucket(BUCKET_NAME) in testInventoryConfiguration_works_properly_with_setting_only_required_fields()
102 … .bucket(BUCKET_NAME) in testInventoryConfiguration_works_properly_with_setting_only_required_fields()
119 … .bucket(BUCKET_NAME) in testInventoryConfiguration_works_properly_with_setting_only_required_fields()
125 .bucket(BUCKET_NAME) in testInventoryConfiguration_works_properly_with_setting_only_required_fields()
166 … .bucket(BUCKET_NAME) in testInventoryConfiguration_with_filter()
[all …]
/aosp_15_r20/external/googleapis/google/cloud/datacatalog/v1beta1/
H A Dgcs_fileset_spec.proto40 // * `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
42 // * `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
44 // * `gs://bucket_name/file*`: matches files prefixed by `file` in
45 // `bucket_name`
46 // * `gs://bucket_name/??.txt`: matches files with two characters followed by
47 // `.txt` in `bucket_name`
48 // * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
50 // `bucket_name`
51 // * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
52 // or `m` followed by `.txt` in `bucket_name`
[all …]
/aosp_15_r20/external/googleapis/google/cloud/datacatalog/v1/
H A Dgcs_fileset_spec.proto41 // * `gs://bucket_name/dir/*`: matches all files in `bucket_name/dir`
43 // * `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
45 // * `gs://bucket_name/file*`: matches files prefixed by `file` in
46 // `bucket_name`
47 // * `gs://bucket_name/??.txt`: matches files with two characters followed by
48 // `.txt` in `bucket_name`
49 // * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
51 // `bucket_name`
52 // * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
53 // or `m` followed by `.txt` in `bucket_name`
[all …]
H A Ddata_source.proto67 // * `gs://bucket_name/dir/*`: matches all files in the `bucket_name/dir`
69 // * `gs://bucket_name/dir/**`: matches all files in the `bucket_name/dir`
71 // * `gs://bucket_name/file*`: matches files prefixed by `file` in
72 // `bucket_name`
73 // * `gs://bucket_name/??.txt`: matches files with two characters followed by
74 // `.txt` in `bucket_name`
75 // * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
77 // `bucket_name`
78 // * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
79 // or `m` followed by `.txt` in `bucket_name`
[all …]
/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/
H A Dgcs_fileset_spec.proto40 // * `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
42 // * `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
44 // * `gs://bucket_name/file*`: matches files prefixed by `file` in
45 // `bucket_name`
46 // * `gs://bucket_name/??.txt`: matches files with two characters followed by
47 // `.txt` in `bucket_name`
48 // * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
50 // `bucket_name`
51 // * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
52 // or `m` followed by `.txt` in `bucket_name`
[all …]
/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/
H A Dgcs_fileset_spec.proto41 // * `gs://bucket_name/dir/*`: matches all files in `bucket_name/dir`
43 // * `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
45 // * `gs://bucket_name/file*`: matches files prefixed by `file` in
46 // `bucket_name`
47 // * `gs://bucket_name/??.txt`: matches files with two characters followed by
48 // `.txt` in `bucket_name`
49 // * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
51 // `bucket_name`
52 // * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
53 // or `m` followed by `.txt` in `bucket_name`
[all …]
H A Ddata_source.proto67 // * `gs://bucket_name/dir/*`: matches all files in the `bucket_name/dir`
69 // * `gs://bucket_name/dir/**`: matches all files in the `bucket_name/dir`
71 // * `gs://bucket_name/file*`: matches files prefixed by `file` in
72 // `bucket_name`
73 // * `gs://bucket_name/??.txt`: matches files with two characters followed by
74 // `.txt` in `bucket_name`
75 // * `gs://bucket_name/[aeiou].txt`: matches files that contain a single
77 // `bucket_name`
78 // * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
79 // or `m` followed by `.txt` in `bucket_name`
[all …]

12345678910>>...16