google-cloud-parallelstore-v1 1.1.0 → 1.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: 286a5b13c6380db635e26507027ea8cdae8e7f8a974ed254e2f34afb0febd2ca
|
4
|
+
data.tar.gz: 4f7abe735f82c003713c0cb3483bb56b61401048f920b01e9c760a0109d8462e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 132d20dc761b6a849bc10e16e02ac9aca8294385784a600f7262871579e771df49571e8ae2da63b2d134881eb499af7e37b9cffc6c1f69f892020ea805875103
|
7
|
+
data.tar.gz: 8131ad3a651e6a8cd5ce9ea61d82dc86a57b53e0069ab7d27c568ecd6fea1fed21dc1d3c43aa5792194b57c4f112c6fe5b29396be34b908f7906f29254075436
|
@@ -52,7 +52,7 @@ module Google
|
|
52
52
|
# @!attribute [r] daos_version
|
53
53
|
# @deprecated This field is deprecated and may be removed in the next major version update.
|
54
54
|
# @return [::String]
|
55
|
-
# Deprecated 'daos_version' field.
|
55
|
+
# Output only. Deprecated 'daos_version' field.
|
56
56
|
# Output only. The version of DAOS software running in the instance.
|
57
57
|
# @!attribute [r] access_points
|
58
58
|
# @return [::Array<::String>]
|
@@ -612,10 +612,10 @@ module Google
|
|
612
612
|
# Bytes that are copied to the data destination.
|
613
613
|
# @!attribute [rw] objects_failed
|
614
614
|
# @return [::Integer]
|
615
|
-
# Objects that failed to write to the data destination.
|
615
|
+
# Objects that are failed to write to the data destination.
|
616
616
|
# @!attribute [rw] bytes_failed
|
617
617
|
# @return [::Integer]
|
618
|
-
#
|
618
|
+
# Bytes that are failed to write to the data destination.
|
619
619
|
class TransferCounters
|
620
620
|
include ::Google::Protobuf::MessageExts
|
621
621
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-parallelstore-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-21 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
- !ruby/object:Gem::Version
|
126
126
|
version: '0'
|
127
127
|
requirements: []
|
128
|
-
rubygems_version: 3.6.
|
128
|
+
rubygems_version: 3.6.5
|
129
129
|
specification_version: 4
|
130
130
|
summary: API Client library for the Parallelstore V1 API
|
131
131
|
test_files: []
|