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 +4 -4
- data/lib/google/cloud/storage_batch_operations/v1/storage_batch_operations/client.rb +7 -7
- data/lib/google/cloud/storage_batch_operations/v1/storage_batch_operations/operations.rb +2 -2
- data/lib/google/cloud/storage_batch_operations/v1/storage_batch_operations/rest/client.rb +6 -6
- data/lib/google/cloud/storage_batch_operations/v1/storage_batch_operations/rest/operations.rb +1 -1
- data/lib/google/cloud/storage_batch_operations/v1/version.rb +1 -1
- data/lib/google/cloud/storagebatchoperations/v1/storage_batch_operations_services_pb.rb +1 -1
- data/proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb +5 -5
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58a4c1bd155c6af5f8a6959855e0a71b2069896a0e36ccd0b307ba9c6958a9c5
|
4
|
+
data.tar.gz: 533499449224e24b52c9e3a1b27aa53721e6dd951d96368e8d3d86603a042564
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
data/lib/google/cloud/storage_batch_operations/v1/storage_batch_operations/rest/operations.rb
CHANGED
@@ -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
|
@@ -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
|
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
|
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
|
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
|
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
|
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
|
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.
|
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:
|
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.
|
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: []
|