google-cloud-trace-v2 1.2.0 → 1.2.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: e2c34daf0a28094b3628ec5c2ec41556b99f965f244c42dfc398b231ada5530e
4
- data.tar.gz: aa80338b4218686687a38a5b52a45e6456554f72233e932b5f7fe4a9ee76cc32
3
+ metadata.gz: e8d37cf3a806579725756cf145e69b1ce411f168fcb287897f419c4402176474
4
+ data.tar.gz: 91c850c303c5137aa15f1661014f61049684a5f074cd42b2bb197a12487a5c6e
5
5
  SHA512:
6
- metadata.gz: edb9dd099870e8673a1196da5fb438e8456dba5306a8e6f4ad2e4eed894a3fa485c26b263ac008d3ab69659bcf58c4267c4c4fec2c86a3250b4f0e9e4716bb76
7
- data.tar.gz: 7fe265c708d27c5f6800aa67371343c0186dc23886b62a0d01e309bcc44943c69a931b55abbdf402732de1785aaf40b0fb00a18fcdc7792d1c5452d812723b8e
6
+ metadata.gz: 15a8934493f9ae5818a42b5f178a3a546a6df8a4cd9d5400066f133a0b42636248a7ee87afad27e2abd9557ed9cac24a9ae21b11c692da7631359e5c2a143196
7
+ data.tar.gz: 061ff7658a23565b6364f7b827b1cf2ab346303994429d9ef94dbfd1ed4dec09e9f221473e1dcc187799cb1feb19fc32f5deb8ccd87ef836e22a25330c4d39cc
@@ -535,8 +535,8 @@ module Google
535
535
 
536
536
  config_attr :endpoint, nil, ::String, nil
537
537
  config_attr :credentials, nil do |value|
538
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
539
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
538
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
539
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
540
540
  allowed.any? { |klass| klass === value }
541
541
  end
542
542
  config_attr :scope, nil, ::String, ::Array, nil
@@ -505,7 +505,7 @@ module Google
505
505
 
506
506
  config_attr :endpoint, nil, ::String, nil
507
507
  config_attr :credentials, nil do |value|
508
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
508
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
509
509
  allowed.any? { |klass| klass === value }
510
510
  end
511
511
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Trace
23
23
  module V2
24
- VERSION = "1.2.0"
24
+ VERSION = "1.2.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-trace-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.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
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  requirements: []
107
- rubygems_version: 3.6.2
107
+ rubygems_version: 3.6.8
108
108
  specification_version: 4
109
109
  summary: Sends application trace data to Stackdriver Trace for viewing. Trace data
110
110
  is collected for all App Engine applications by default. Trace data from other applications