google-cloud-storage_batch_operations-v1 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb72cb1d1afe8144810d08db094ce9fefa13fcbcafb649a28ff2c37b72355390
|
4
|
+
data.tar.gz: 4dc5ae736c248ce242f4473a2ef1fff06b73c352e75197e14830947fd58fa966
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d82983c2b7430f6ceb1e0a21b31b22304b2b67868b5fbd45ccee0bdb6918067b02bffcc800ec28f63cf2fcaf72f1f6b197a90372f5a829b242ee129f6973ae6
|
7
|
+
data.tar.gz: c9541dd014b1668693da714ce46431ee4a2b167d55d8574ad603b1b1d1ed240ccc6f19f5a9c23ce40140400794f7128f7fcafbc0bf64701143d7efbb8da97eb9
|
@@ -25,10 +25,10 @@ module Google
|
|
25
25
|
# @!attribute [rw] name
|
26
26
|
# @return [::String]
|
27
27
|
# Identifier. The resource name of the Job. job_id is unique
|
28
|
-
# within the project
|
28
|
+
# within the project, that is either set by the customer or
|
29
29
|
# defined by the service. Format:
|
30
|
-
# projects/\\{project}/locations
|
31
|
-
# For example: "projects/123456/locations/
|
30
|
+
# projects/\\{project}/locations/global/jobs/\\{job_id} .
|
31
|
+
# For example: "projects/123456/locations/global/jobs/job01".
|
32
32
|
# @!attribute [rw] description
|
33
33
|
# @return [::String]
|
34
34
|
# Optional. A description provided by the user for the job. Its max length is
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-storage_batch_operations-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-25 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|