google-cloud-storage_batch_operations-v1 0.1.1 → 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: bb72cb1d1afe8144810d08db094ce9fefa13fcbcafb649a28ff2c37b72355390
4
- data.tar.gz: 4dc5ae736c248ce242f4473a2ef1fff06b73c352e75197e14830947fd58fa966
3
+ metadata.gz: 58a4c1bd155c6af5f8a6959855e0a71b2069896a0e36ccd0b307ba9c6958a9c5
4
+ data.tar.gz: 533499449224e24b52c9e3a1b27aa53721e6dd951d96368e8d3d86603a042564
5
5
  SHA512:
6
- metadata.gz: 9d82983c2b7430f6ceb1e0a21b31b22304b2b67868b5fbd45ccee0bdb6918067b02bffcc800ec28f63cf2fcaf72f1f6b197a90372f5a829b242ee129f6973ae6
7
- data.tar.gz: c9541dd014b1668693da714ce46431ee4a2b167d55d8574ad603b1b1d1ed240ccc6f19f5a9c23ce40140400794f7128f7fcafbc0bf64701143d7efbb8da97eb9
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
@@ -816,8 +816,8 @@ module Google
816
816
 
817
817
  config_attr :endpoint, nil, ::String, nil
818
818
  config_attr :credentials, nil do |value|
819
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
820
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
819
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
820
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
821
821
  allowed.any? { |klass| klass === value }
822
822
  end
823
823
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -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
@@ -766,7 +766,7 @@ module Google
766
766
 
767
767
  config_attr :endpoint, nil, ::String, nil
768
768
  config_attr :credentials, nil do |value|
769
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
769
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
770
770
  allowed.any? { |klass| klass === value }
771
771
  end
772
772
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module StorageBatchOperations
23
23
  module V1
24
- VERSION = "0.1.1"
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,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.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.6.5
129
+ rubygems_version: 3.6.8
130
130
  specification_version: 4
131
131
  summary: API Client library for the Storage Batch Operations V1 API
132
132
  test_files: []