google-cloud-automl-v1beta1 0.13.0 → 0.13.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: 3438d26efcc98928ecf792d58b611d04f3ff2eec1664330acd0b08ff97c92d0e
4
- data.tar.gz: 8f97bb1601135990da8b0637030fee14dfe2be80aac88ea2a2e13da8f4eed4f8
3
+ metadata.gz: a44d2c85d3c5876cb99e5d2bf9d0449daa48ab13535830c4a6ec7301bb619cda
4
+ data.tar.gz: a74ebc469231710e30e8bd3209a877568138383eb9bc5abf55a67eb2f4f7d355
5
5
  SHA512:
6
- metadata.gz: fb13b701f2cdb972dd2775c5dd06e92ed256adff4eca78f6e75002cb2edeb9e11b8e0b8fa2d0a3e29226d0bb48aeb9336b0225d1ed37de7ac36c7aac12e53d82
7
- data.tar.gz: 9db6d2bf84ee6dc88a082d198c9ad7c3fdfb755eb144354a05359b4d79b4e5281217fe2eb1f9a2fbed4b58102e3b592d966ef7341b017f81494d24f0b81a5bbe
6
+ metadata.gz: d36ccf5ad36cbc90ad4c2455fa8bd798e33a93447d83c8a92c0a7748618fb428601920430bb19c64e22b750cde30ce1738d7ffcde141509af6610806b146af99
7
+ data.tar.gz: 5656c8f6d7d604bb6bbf82d0ecb63ce7003f1ddd072a99f393475e076a52d49e287073e95a990856a10335fe34575669e6a40b36847259601a86530c28adb12e
@@ -2721,8 +2721,8 @@ module Google
2721
2721
 
2722
2722
  config_attr :endpoint, nil, ::String, nil
2723
2723
  config_attr :credentials, nil do |value|
2724
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2725
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2724
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2725
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2726
2726
  allowed.any? { |klass| klass === value }
2727
2727
  end
2728
2728
  config_attr :scope, nil, ::String, ::Array, nil
@@ -709,8 +709,8 @@ module Google
709
709
 
710
710
  config_attr :endpoint, nil, ::String, nil
711
711
  config_attr :credentials, nil do |value|
712
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
713
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
712
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
713
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
714
714
  allowed.any? { |klass| klass === value }
715
715
  end
716
716
  config_attr :scope, nil, ::String, ::Array, nil
@@ -2537,7 +2537,7 @@ module Google
2537
2537
 
2538
2538
  config_attr :endpoint, nil, ::String, nil
2539
2539
  config_attr :credentials, nil do |value|
2540
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2540
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2541
2541
  allowed.any? { |klass| klass === value }
2542
2542
  end
2543
2543
  config_attr :scope, nil, ::String, ::Array, nil
@@ -655,7 +655,7 @@ module Google
655
655
 
656
656
  config_attr :endpoint, nil, ::String, nil
657
657
  config_attr :credentials, nil do |value|
658
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
658
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
659
659
  allowed.any? { |klass| klass === value }
660
660
  end
661
661
  config_attr :scope, nil, ::String, ::Array, nil
@@ -617,8 +617,8 @@ module Google
617
617
 
618
618
  config_attr :endpoint, nil, ::String, nil
619
619
  config_attr :credentials, nil do |value|
620
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
621
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
620
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
621
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
622
622
  allowed.any? { |klass| klass === value }
623
623
  end
624
624
  config_attr :scope, nil, ::String, ::Array, nil
@@ -709,8 +709,8 @@ module Google
709
709
 
710
710
  config_attr :endpoint, nil, ::String, nil
711
711
  config_attr :credentials, nil do |value|
712
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
713
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
712
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
713
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
714
714
  allowed.any? { |klass| klass === value }
715
715
  end
716
716
  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
@@ -655,7 +655,7 @@ module Google
655
655
 
656
656
  config_attr :endpoint, nil, ::String, nil
657
657
  config_attr :credentials, nil do |value|
658
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
658
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
659
659
  allowed.any? { |klass| klass === value }
660
660
  end
661
661
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AutoML
23
23
  module V1beta1
24
- VERSION = "0.13.0"
24
+ VERSION = "0.13.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-automl-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.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
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  - !ruby/object:Gem::Version
172
172
  version: '0'
173
173
  requirements: []
174
- rubygems_version: 3.6.2
174
+ rubygems_version: 3.6.8
175
175
  specification_version: 4
176
176
  summary: Train high-quality custom machine learning models with minimum effort and
177
177
  machine learning expertise.