google-cloud-api_hub-v1 0.4.0 → 0.4.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: e31907440d92e990247862f6cc33be4a2c440c060c80b06368454c244ae9e421
4
- data.tar.gz: 329b7b7c339c547c2c2af6c0e582e676bd78a5f4532f33600f40b43f7902e151
3
+ metadata.gz: 690b8131b714bce3135a26a8d966718293fc9e0aa26c9dd4c70bbd5e580e9d7b
4
+ data.tar.gz: 5ff1d51987f5d701829bd561a6e707ef81c680d9064125395c4265f0e4ecac1b
5
5
  SHA512:
6
- metadata.gz: d518b6aa5a018c802778a5c61b95b7ce208f4860116c041eb18dc4a0a3be4d9a9bb4f5eb18247765fabe62d26ff92b45279d6b1c4070944fbaef7edb26b25cac
7
- data.tar.gz: 153876d143bca6a7e5f59a381c1ad1ae3244301bafd1843eaa748c61ac5b3b38e9c523469abd9d2f5365a34f7cdfee88f4e3378e3d302141e0ea085015f33d67
6
+ metadata.gz: 4cac454215d62cd86f73b0d284fbf141be45c7f1c55c51aef64b05f2748b932e586a280bb81947d9986b7b2b585a6347323d2a2f967d774e9902d2d169091e9f
7
+ data.tar.gz: 6961955744d9006ec74d71b2906dfc62042be041335e7e1b146018a4752ec581733e4ccd1f3907d4f13affe03e3acfe76ae668011a44b1980857f04fccea1dd9
@@ -3939,7 +3939,7 @@ module Google
3939
3939
 
3940
3940
  config_attr :endpoint, nil, ::String, nil
3941
3941
  config_attr :credentials, nil do |value|
3942
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3942
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3943
3943
  allowed.any? { |klass| klass === value }
3944
3944
  end
3945
3945
  config_attr :scope, nil, ::String, ::Array, nil
@@ -774,7 +774,7 @@ module Google
774
774
 
775
775
  config_attr :endpoint, nil, ::String, nil
776
776
  config_attr :credentials, nil do |value|
777
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
777
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
778
778
  allowed.any? { |klass| klass === value }
779
779
  end
780
780
  config_attr :scope, nil, ::String, ::Array, nil
@@ -537,7 +537,7 @@ module Google
537
537
 
538
538
  config_attr :endpoint, nil, ::String, nil
539
539
  config_attr :credentials, nil do |value|
540
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
540
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
541
541
  allowed.any? { |klass| klass === value }
542
542
  end
543
543
  config_attr :scope, nil, ::String, ::Array, nil
@@ -587,7 +587,7 @@ module Google
587
587
 
588
588
  config_attr :endpoint, nil, ::String, nil
589
589
  config_attr :credentials, nil do |value|
590
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
590
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
591
591
  allowed.any? { |klass| klass === value }
592
592
  end
593
593
  config_attr :scope, nil, ::String, ::Array, nil
@@ -626,7 +626,7 @@ module Google
626
626
 
627
627
  config_attr :endpoint, nil, ::String, nil
628
628
  config_attr :credentials, nil do |value|
629
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
629
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
630
630
  allowed.any? { |klass| klass === value }
631
631
  end
632
632
  config_attr :scope, nil, ::String, ::Array, nil
@@ -574,7 +574,7 @@ module Google
574
574
 
575
575
  config_attr :endpoint, nil, ::String, nil
576
576
  config_attr :credentials, nil do |value|
577
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
577
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
578
578
  allowed.any? { |klass| klass === value }
579
579
  end
580
580
  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
@@ -753,7 +753,7 @@ module Google
753
753
 
754
754
  config_attr :endpoint, nil, ::String, nil
755
755
  config_attr :credentials, nil do |value|
756
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
756
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
757
757
  allowed.any? { |klass| klass === value }
758
758
  end
759
759
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ApiHub
23
23
  module V1
24
- VERSION = "0.4.0"
24
+ VERSION = "0.4.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-api_hub-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.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
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  - !ruby/object:Gem::Version
178
178
  version: '0'
179
179
  requirements: []
180
- rubygems_version: 3.6.2
180
+ rubygems_version: 3.6.8
181
181
  specification_version: 4
182
182
  summary: API Client library for the API hub V1 API
183
183
  test_files: []