google-cloud-private_catalog-v1beta1 0.10.0 → 0.12.0

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: 9ff2c77a98115cd36a0fc4c69bec16dc94a659b87f4e4581b8c222515e880441
4
- data.tar.gz: 796ca0917af66cae645176b4fc9473456f85c510e3855ae01cf022c5010be184
3
+ metadata.gz: 398313b58f2f7e84c0ecbe12d8cb9cb2c8597edad7100946d98851bdebe717c9
4
+ data.tar.gz: d00f95f861224b78068489918151eb428c46c74b9ed3a50b06d0464997d41d65
5
5
  SHA512:
6
- metadata.gz: 0a2ec0f26d79d0d515343633f5847d90b958c3eae5e4541a9c10ea26ac56648a43566ae8c879574dd55ca0ed86151034941f693e9b45a858bfb820a55afdf47a
7
- data.tar.gz: b0f6de3454c9cfb25ac07551a9ca35156b538187c8e9e6c017954b4faad4b1b1187393c7f126c511ccd5d95dd9b397cd4d2a6e7514700d515a446c0a0fcaa3d5
6
+ metadata.gz: 488e54f400f88d1f8331072b3231d15c2c949f8616be80b28c37e0e4ec1d8e3da4b46a12f0fd91a67666b93a06d9d436c3b12cd0a989be79bb44b2866cf022c5
7
+ data.tar.gz: 0c28ba7cc04688680af7e8328935726c4de83dbdcbd74b4f6f2c0096bce2bdcdc78e46b113d1007808d2912331d146a55fa372f39f573ed2291ab83d72743d54
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PrivateCatalog
23
23
  module V1beta1
24
- VERSION = "0.10.0"
24
+ VERSION = "0.12.0"
25
25
  end
26
26
  end
27
27
  end
@@ -83,6 +83,18 @@ module Google
83
83
  # @!attribute [rw] page_token
84
84
  # @return [::String]
85
85
  # The standard list page token.
86
+ # @!attribute [rw] return_partial_success
87
+ # @return [::Boolean]
88
+ # When set to `true`, operations that are reachable are returned as normal,
89
+ # and those that are unreachable are returned in the
90
+ # [ListOperationsResponse.unreachable] field.
91
+ #
92
+ # This can only be `true` when reading across collections e.g. when `parent`
93
+ # is set to `"projects/example/locations/-"`.
94
+ #
95
+ # This field is not by default supported and will result in an
96
+ # `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
97
+ # service or product specific documentation.
86
98
  class ListOperationsRequest
87
99
  include ::Google::Protobuf::MessageExts
88
100
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -96,6 +108,12 @@ module Google
96
108
  # @!attribute [rw] next_page_token
97
109
  # @return [::String]
98
110
  # The standard List next-page token.
111
+ # @!attribute [rw] unreachable
112
+ # @return [::Array<::String>]
113
+ # Unordered list. Unreachable resources. Populated when the request sets
114
+ # `ListOperationsRequest.return_partial_success` and reads across
115
+ # collections e.g. when attempting to list all resources across all supported
116
+ # locations.
99
117
  class ListOperationsResponse
100
118
  include ::Google::Protobuf::MessageExts
101
119
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-private_catalog-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.0'
18
+ version: '1.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.0'
25
+ version: '1.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.6.8
98
+ rubygems_version: 3.6.9
99
99
  specification_version: 4
100
100
  summary: Enable cloud users to discover private catalogs and products in their organizations.
101
101
  test_files: []