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: e4e656dacab679448fd13385f84989d0bbe1826ee20507a0263624435b4b8adb
4
- data.tar.gz: 9075ec764462e86f128fd33a7a78fd3adcbf01e956039b8868a9835d2cd07893
3
+ metadata.gz: bb72cb1d1afe8144810d08db094ce9fefa13fcbcafb649a28ff2c37b72355390
4
+ data.tar.gz: 4dc5ae736c248ce242f4473a2ef1fff06b73c352e75197e14830947fd58fa966
5
5
  SHA512:
6
- metadata.gz: af322cf511b3366849417808c8b12dc62623849872b199d43f2a31a6bd72d815e44367ac89760cf479b45f1398c8e59e45406d18df49c893559e0d373c5d75f2
7
- data.tar.gz: e3b6c29bc46d531fe10e555e27ea8b0fdb3aab7be86bf70b26c38f7f773816d40495d609da01862944a01efae4183bcd8dc286c8bc26eb3752f56593e6b52847
6
+ metadata.gz: 9d82983c2b7430f6ceb1e0a21b31b22304b2b67868b5fbd45ccee0bdb6918067b02bffcc800ec28f63cf2fcaf72f1f6b197a90372f5a829b242ee129f6973ae6
7
+ data.tar.gz: c9541dd014b1668693da714ce46431ee4a2b167d55d8574ad603b1b1d1ed240ccc6f19f5a9c23ce40140400794f7128f7fcafbc0bf64701143d7efbb8da97eb9
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module StorageBatchOperations
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 and location, that is either set by the customer or
28
+ # within the project, that is either set by the customer or
29
29
  # defined by the service. Format:
30
- # projects/\\{project}/locations/\\{location}/jobs/\\{job_id} .
31
- # For example: "projects/123456/locations/us-central1/jobs/job01".
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.0
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-18 00:00:00.000000000 Z
10
+ date: 2025-04-25 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common