google-cloud-location 0.10.0 → 0.10.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: 89a307988299ddb69732c9944f95b495c9ba113638d454ae4398570aa1b68ddb
4
- data.tar.gz: 49f1a1072b944c2dc03483e7c62d58d6bb826e359941f41ad13bcd45e47d7b92
3
+ metadata.gz: '08d19c3a39cf2f93eac40f13cd6f740a041494c37f3f74092acde3fb2b14357f'
4
+ data.tar.gz: 3c117060347112d95cb12d1dd6dc5e42fbb3ac59b2a684f31e0882ee0653db7f
5
5
  SHA512:
6
- metadata.gz: 1ba82b65f2ec1010c923cefe10ed325ce1641e18edd1f8b3ba38eee177dab96f33a18716785a919a33dea74ebaf331a3bb772ac1072fc6479f865c31c9f091cf
7
- data.tar.gz: c3f3ef8f29ed1e8d9abdc1290a6a9eb4e13c620ae702609a11732620ac552edaf0009ee2687256b02fb9c74478236ac7c1db11f3a26d23dcc497c3abe3b3505e
6
+ metadata.gz: cb901cb4fc36a9d4de29b5c92c57d3c436df4126fe4ddfcb4cbef41dbf7645cd429def5322daffbdd5292d3aec0bab6df6a946a177d38c1be56dec379e0069dd
7
+ data.tar.gz: defad1a347704ecc48fce5cd531d8c4b6c1e8925defbc8d4b8dbf6fc3b349af76bb8f0358e3f2ea3c5183e05f397c2bc96b14ce1d96f035bb751fb37f4fca43c
@@ -469,8 +469,8 @@ module Google
469
469
 
470
470
  config_attr :endpoint, nil, ::String, nil
471
471
  config_attr :credentials, nil do |value|
472
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
473
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
472
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
473
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
474
474
  allowed.any? { |klass| klass === value }
475
475
  end
476
476
  config_attr :scope, nil, ::String, ::Array, nil
@@ -443,7 +443,7 @@ module Google
443
443
 
444
444
  config_attr :endpoint, nil, ::String, nil
445
445
  config_attr :credentials, nil do |value|
446
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
446
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
447
447
  allowed.any? { |klass| klass === value }
448
448
  end
449
449
  config_attr :scope, nil, ::String, ::Array, nil
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Location
23
- VERSION = "0.10.0"
23
+ VERSION = "0.10.1"
24
24
  end
25
25
  end
26
26
  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-location
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.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
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
- rubygems_version: 3.6.2
94
+ rubygems_version: 3.6.8
95
95
  specification_version: 4
96
96
  summary: API Client library for the Locations API
97
97
  test_files: []