google-cloud-storage_batch_operations-v1 0.1.2 → 0.1.3

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: a2510df154a337b7f58a36a71a7479be7820aa559da499bfa65bba0d1173d17f
4
- data.tar.gz: 2928e7f57965e59b2b3bcf6bd74f79f12c24490a841e2ec4a3f582a9da69bf51
3
+ metadata.gz: 58a4c1bd155c6af5f8a6959855e0a71b2069896a0e36ccd0b307ba9c6958a9c5
4
+ data.tar.gz: 533499449224e24b52c9e3a1b27aa53721e6dd951d96368e8d3d86603a042564
5
5
  SHA512:
6
- metadata.gz: c382ac44b538af86500a4ea3d34a194ce5abe62b38533203a1846c380850c082906ba35907a6aa6065b9c22af094a076f7d468f3a4ae602675ce887396da6968
7
- data.tar.gz: 6546eccce7d0f53d540f5c183d6dd8c848b5a8c030c57128eef666611669af9c3fdac4e3a62a58a3bfb8d21e073eef5336c93d1db2de85469e0d311a33a6f877
6
+ metadata.gz: adc94e7d7dcd02f61b1d0345388c293b88e05bb1e6440c68bdc7122541cfb49a51d0f09c5c0aaf8a3f41b0cb2f104854d71a18df0836a864604d94d5b928a4b8
7
+ data.tar.gz: e62acc33e9963a2ec878a346a827326f82a9bebf6613b2a9b782ec20a92fca66f9fba9d5ba34a288d3bd27216231dc7e256642ce44a94a84b8ca036671a65e92
@@ -236,7 +236,7 @@ module Google
236
236
  # Service calls
237
237
 
238
238
  ##
239
- # Lists Jobs in a given project and location.
239
+ # Lists Jobs in a given project.
240
240
  #
241
241
  # @overload list_jobs(request, options = nil)
242
242
  # Pass arguments to `list_jobs` via a request object, either of type
@@ -254,7 +254,7 @@ module Google
254
254
  # the default parameter values, pass an empty Hash as a request object (see above).
255
255
  #
256
256
  # @param parent [::String]
257
- # Required. Format: projects/\\{project_id}/locations/\\{location_id} .
257
+ # Required. Format: projects/\\{project_id}/locations/global.
258
258
  # @param filter [::String]
259
259
  # Optional. Filters results as defined by https://google.aip.dev/160.
260
260
  # @param page_size [::Integer]
@@ -354,7 +354,7 @@ module Google
354
354
  #
355
355
  # @param name [::String]
356
356
  # Required. `name` of the job to retrieve.
357
- # Format: projects/\\{project_id}/locations/\\{location_id}/jobs/\\{job_id} .
357
+ # Format: projects/\\{project_id}/locations/global/jobs/\\{job_id} .
358
358
  #
359
359
  # @yield [response, operation] Access the result along with the RPC operation
360
360
  # @yieldparam response [::Google::Cloud::StorageBatchOperations::V1::Job]
@@ -547,7 +547,7 @@ module Google
547
547
  #
548
548
  # @param name [::String]
549
549
  # Required. The `name` of the job to delete.
550
- # Format: projects/\\{project_id}/locations/\\{location_id}/jobs/\\{job_id} .
550
+ # Format: projects/\\{project_id}/locations/global/jobs/\\{job_id} .
551
551
  # @param request_id [::String]
552
552
  # Optional. An optional request ID to identify requests. Specify a unique
553
553
  # request ID in case you need to retry your request. Requests with same
@@ -639,7 +639,7 @@ module Google
639
639
  #
640
640
  # @param name [::String]
641
641
  # Required. The `name` of the job to cancel.
642
- # Format: projects/\\{project_id}/locations/\\{location_id}/jobs/\\{job_id}.
642
+ # Format: projects/\\{project_id}/locations/global/jobs/\\{job_id}.
643
643
  # @param request_id [::String]
644
644
  # Optional. An optional request ID to identify requests. Specify a unique
645
645
  # request ID in case you need to retry your request. Requests with same
@@ -230,7 +230,7 @@ module Google
230
230
  # Service calls
231
231
 
232
232
  ##
233
- # Lists Jobs in a given project and location.
233
+ # Lists Jobs in a given project.
234
234
  #
235
235
  # @overload list_jobs(request, options = nil)
236
236
  # Pass arguments to `list_jobs` via a request object, either of type
@@ -248,7 +248,7 @@ module Google
248
248
  # the default parameter values, pass an empty Hash as a request object (see above).
249
249
  #
250
250
  # @param parent [::String]
251
- # Required. Format: projects/\\{project_id}/locations/\\{location_id} .
251
+ # Required. Format: projects/\\{project_id}/locations/global.
252
252
  # @param filter [::String]
253
253
  # Optional. Filters results as defined by https://google.aip.dev/160.
254
254
  # @param page_size [::Integer]
@@ -341,7 +341,7 @@ module Google
341
341
  #
342
342
  # @param name [::String]
343
343
  # Required. `name` of the job to retrieve.
344
- # Format: projects/\\{project_id}/locations/\\{location_id}/jobs/\\{job_id} .
344
+ # Format: projects/\\{project_id}/locations/global/jobs/\\{job_id} .
345
345
  # @yield [result, operation] Access the result along with the TransportOperation object
346
346
  # @yieldparam result [::Google::Cloud::StorageBatchOperations::V1::Job]
347
347
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -520,7 +520,7 @@ module Google
520
520
  #
521
521
  # @param name [::String]
522
522
  # Required. The `name` of the job to delete.
523
- # Format: projects/\\{project_id}/locations/\\{location_id}/jobs/\\{job_id} .
523
+ # Format: projects/\\{project_id}/locations/global/jobs/\\{job_id} .
524
524
  # @param request_id [::String]
525
525
  # Optional. An optional request ID to identify requests. Specify a unique
526
526
  # request ID in case you need to retry your request. Requests with same
@@ -605,7 +605,7 @@ module Google
605
605
  #
606
606
  # @param name [::String]
607
607
  # Required. The `name` of the job to cancel.
608
- # Format: projects/\\{project_id}/locations/\\{location_id}/jobs/\\{job_id}.
608
+ # Format: projects/\\{project_id}/locations/global/jobs/\\{job_id}.
609
609
  # @param request_id [::String]
610
610
  # Optional. An optional request ID to identify requests. Specify a unique
611
611
  # request ID in case you need to retry your request. Requests with same
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module StorageBatchOperations
23
23
  module V1
24
- VERSION = "0.1.2"
24
+ VERSION = "0.1.3"
25
25
  end
26
26
  end
27
27
  end
@@ -36,7 +36,7 @@ module Google
36
36
  self.unmarshal_class_method = :decode
37
37
  self.service_name = 'google.cloud.storagebatchoperations.v1.StorageBatchOperations'
38
38
 
39
- # Lists Jobs in a given project and location.
39
+ # Lists Jobs in a given project.
40
40
  rpc :ListJobs, ::Google::Cloud::StorageBatchOperations::V1::ListJobsRequest, ::Google::Cloud::StorageBatchOperations::V1::ListJobsResponse
41
41
  # Gets a batch job.
42
42
  rpc :GetJob, ::Google::Cloud::StorageBatchOperations::V1::GetJobRequest, ::Google::Cloud::StorageBatchOperations::V1::Job
@@ -24,7 +24,7 @@ module Google
24
24
  # Message for request to list Jobs
25
25
  # @!attribute [rw] parent
26
26
  # @return [::String]
27
- # Required. Format: projects/\\{project_id}/locations/\\{location_id} .
27
+ # Required. Format: projects/\\{project_id}/locations/global.
28
28
  # @!attribute [rw] filter
29
29
  # @return [::String]
30
30
  # Optional. Filters results as defined by https://google.aip.dev/160.
@@ -61,7 +61,7 @@ module Google
61
61
  # @!attribute [rw] name
62
62
  # @return [::String]
63
63
  # Required. `name` of the job to retrieve.
64
- # Format: projects/\\{project_id}/locations/\\{location_id}/jobs/\\{job_id} .
64
+ # Format: projects/\\{project_id}/locations/global/jobs/\\{job_id} .
65
65
  class GetJobRequest
66
66
  include ::Google::Protobuf::MessageExts
67
67
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -96,7 +96,7 @@ module Google
96
96
  # @!attribute [rw] name
97
97
  # @return [::String]
98
98
  # Required. The `name` of the job to cancel.
99
- # Format: projects/\\{project_id}/locations/\\{location_id}/jobs/\\{job_id}.
99
+ # Format: projects/\\{project_id}/locations/global/jobs/\\{job_id}.
100
100
  # @!attribute [rw] request_id
101
101
  # @return [::String]
102
102
  # Optional. An optional request ID to identify requests. Specify a unique
@@ -113,7 +113,7 @@ module Google
113
113
  # @!attribute [rw] name
114
114
  # @return [::String]
115
115
  # Required. The `name` of the job to delete.
116
- # Format: projects/\\{project_id}/locations/\\{location_id}/jobs/\\{job_id} .
116
+ # Format: projects/\\{project_id}/locations/global/jobs/\\{job_id} .
117
117
  # @!attribute [rw] request_id
118
118
  # @return [::String]
119
119
  # Optional. An optional request ID to identify requests. Specify a unique
@@ -136,7 +136,7 @@ module Google
136
136
  # @!attribute [r] operation
137
137
  # @return [::String]
138
138
  # Output only. The unique operation resource name.
139
- # Format: projects/\\{project}/locations/\\{location}/operations/\\{operation}.
139
+ # Format: projects/\\{project}/locations/global/operations/\\{operation}.
140
140
  # @!attribute [r] create_time
141
141
  # @return [::Google::Protobuf::Timestamp]
142
142
  # Output only. The time the operation was created.
metadata CHANGED
@@ -1,7 +1,7 @@
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC