google-cloud-service_directory-v1beta1 0.17.0 → 0.17.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: c51a9dc9a1f2b3bbb3b6bec129ca64f26d6edd630d02ebcaf35388d7374e4d1c
4
- data.tar.gz: ce6ae8c730b40490db12225016335c13e0d64b2cbbf87244f23146465aa6ac92
3
+ metadata.gz: 5d20dffdffba9ec241ad8ebbffa9fb4754187d1bb0743d04ac34d139a10ba0da
4
+ data.tar.gz: 3ea56f46d5602bff9eceeefa0f4b8f90030de225d90a459df64ce0f53f63244d
5
5
  SHA512:
6
- metadata.gz: 0f93a9c3438fe7ce48965fdba1674364063647c7d43510645b8ceaaab3b0b88a8454d2f357d75b2da35ec51c8546178c91f1dd1dbff73509da82b437a04c3512
7
- data.tar.gz: e434007aab7913f27c7dbbbe73add591e7edfa6815f3938978f0cc8061d6fc88ff6ba59aed44ef44554738b14f4882f8e54ff6d9c51f1b2d8cfc420d294d0286
6
+ metadata.gz: 3fbb74a0df22a9461b8cc0df40cad4798499b596ed3babbac483dd8202348b4cca3e294d8a577482e7f4037fcdde234876dce5e94804de50b427bc6992bfb7a3
7
+ data.tar.gz: da3156742baa8c9b0825ad7fc0a8e8eea8dfbc7c5c3c5517529903666f172772bb72086a8aecdb74702d8d388d197c66f272fb247ebbfc6b09d6ced9d7cbf1fd
@@ -437,8 +437,8 @@ module Google
437
437
 
438
438
  config_attr :endpoint, nil, ::String, nil
439
439
  config_attr :credentials, nil do |value|
440
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
441
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
440
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
441
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
442
442
  allowed.any? { |klass| klass === value }
443
443
  end
444
444
  config_attr :scope, nil, ::String, ::Array, nil
@@ -415,7 +415,7 @@ module Google
415
415
 
416
416
  config_attr :endpoint, nil, ::String, nil
417
417
  config_attr :credentials, nil do |value|
418
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
418
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
419
419
  allowed.any? { |klass| klass === value }
420
420
  end
421
421
  config_attr :scope, nil, ::String, ::Array, nil
@@ -2085,8 +2085,8 @@ module Google
2085
2085
 
2086
2086
  config_attr :endpoint, nil, ::String, nil
2087
2087
  config_attr :credentials, nil do |value|
2088
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2089
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2088
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2089
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2090
2090
  allowed.any? { |klass| klass === value }
2091
2091
  end
2092
2092
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1944,7 +1944,7 @@ module Google
1944
1944
 
1945
1945
  config_attr :endpoint, nil, ::String, nil
1946
1946
  config_attr :credentials, nil do |value|
1947
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1947
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1948
1948
  allowed.any? { |klass| klass === value }
1949
1949
  end
1950
1950
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceDirectory
23
23
  module V1beta1
24
- VERSION = "0.17.0"
24
+ VERSION = "0.17.1"
25
25
  end
26
26
  end
27
27
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-service_directory-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 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
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  - !ruby/object:Gem::Version
154
154
  version: '0'
155
155
  requirements: []
156
- rubygems_version: 3.6.2
156
+ rubygems_version: 3.6.8
157
157
  specification_version: 4
158
158
  summary: Service Directory is a platform for discovering, publishing, and connecting
159
159
  services.