google-apis-apigee_v1 0.125.0 → 0.126.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97e7a35cca0ffe006e7ac14ffc23273458aa112b52cc3851b7d910539646e926
|
|
4
|
+
data.tar.gz: f4e526fab93cc0f3047b41eb3cb13351e4a0b090e60707c282203303709ff1f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52cccbdbc696568e7ae1473f9127e7ece9407782ed001c0901cfbfe920e90567753b45752b74a95fedc0525f8538a3405b01ca29ca09bbcdb928937cce46ef86
|
|
7
|
+
data.tar.gz: 5a25c55dc388cf05d2e7263632fd6b1a551d1753ffdd76bad23738d73e9bdb6d708a0f3e7261b0c184e24f1eb0f49ef1ba20b2b40ababb0d098bb88e3862c419
|
data/CHANGELOG.md
CHANGED
|
@@ -5141,7 +5141,7 @@ module Google
|
|
|
5141
5141
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1TargetServerConfig>]
|
|
5142
5142
|
attr_accessor :targets
|
|
5143
5143
|
|
|
5144
|
-
# NEXT ID:
|
|
5144
|
+
# NEXT ID: 11 RuntimeTraceConfig defines the configurations for distributed
|
|
5145
5145
|
# trace in an environment.
|
|
5146
5146
|
# Corresponds to the JSON property `traceConfig`
|
|
5147
5147
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeTraceConfig]
|
|
@@ -10299,7 +10299,7 @@ module Google
|
|
|
10299
10299
|
end
|
|
10300
10300
|
end
|
|
10301
10301
|
|
|
10302
|
-
# NEXT ID:
|
|
10302
|
+
# NEXT ID: 11 RuntimeTraceConfig defines the configurations for distributed
|
|
10303
10303
|
# trace in an environment.
|
|
10304
10304
|
class GoogleCloudApigeeV1RuntimeTraceConfig
|
|
10305
10305
|
include Google::Apis::Core::Hashable
|
|
@@ -10357,6 +10357,12 @@ module Google
|
|
|
10357
10357
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeTraceSamplingConfig]
|
|
10358
10358
|
attr_accessor :sampling_config
|
|
10359
10359
|
|
|
10360
|
+
# Optional. The span semantics to use. Configuration Requirements (if `
|
|
10361
|
+
# span_semantics` is `OTEL`): - `trace_protocol` must be `OTLP`.
|
|
10362
|
+
# Corresponds to the JSON property `spanSemantics`
|
|
10363
|
+
# @return [String]
|
|
10364
|
+
attr_accessor :span_semantics
|
|
10365
|
+
|
|
10360
10366
|
# Optional. The trace protocol to use.
|
|
10361
10367
|
# Corresponds to the JSON property `traceProtocol`
|
|
10362
10368
|
# @return [String]
|
|
@@ -10376,11 +10382,12 @@ module Google
|
|
|
10376
10382
|
@revision_create_time = args[:revision_create_time] if args.key?(:revision_create_time)
|
|
10377
10383
|
@revision_id = args[:revision_id] if args.key?(:revision_id)
|
|
10378
10384
|
@sampling_config = args[:sampling_config] if args.key?(:sampling_config)
|
|
10385
|
+
@span_semantics = args[:span_semantics] if args.key?(:span_semantics)
|
|
10379
10386
|
@trace_protocol = args[:trace_protocol] if args.key?(:trace_protocol)
|
|
10380
10387
|
end
|
|
10381
10388
|
end
|
|
10382
10389
|
|
|
10383
|
-
# NEXT ID:
|
|
10390
|
+
# NEXT ID: 10 Trace configuration override for a specific API proxy in an
|
|
10384
10391
|
# environment.
|
|
10385
10392
|
class GoogleCloudApigeeV1RuntimeTraceConfigOverride
|
|
10386
10393
|
include Google::Apis::Core::Hashable
|
|
@@ -10427,6 +10434,12 @@ module Google
|
|
|
10427
10434
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeTraceSamplingConfig]
|
|
10428
10435
|
attr_accessor :sampling_config
|
|
10429
10436
|
|
|
10437
|
+
# Optional. The span semantics to use. Configuration Requirements (if `
|
|
10438
|
+
# span_semantics` is `OTEL`): - `trace_protocol` must be `OTLP`.
|
|
10439
|
+
# Corresponds to the JSON property `spanSemantics`
|
|
10440
|
+
# @return [String]
|
|
10441
|
+
attr_accessor :span_semantics
|
|
10442
|
+
|
|
10430
10443
|
# Optional. The trace protocol to use.
|
|
10431
10444
|
# Corresponds to the JSON property `traceProtocol`
|
|
10432
10445
|
# @return [String]
|
|
@@ -10450,6 +10463,7 @@ module Google
|
|
|
10450
10463
|
@revision_create_time = args[:revision_create_time] if args.key?(:revision_create_time)
|
|
10451
10464
|
@revision_id = args[:revision_id] if args.key?(:revision_id)
|
|
10452
10465
|
@sampling_config = args[:sampling_config] if args.key?(:sampling_config)
|
|
10466
|
+
@span_semantics = args[:span_semantics] if args.key?(:span_semantics)
|
|
10453
10467
|
@trace_protocol = args[:trace_protocol] if args.key?(:trace_protocol)
|
|
10454
10468
|
@uid = args[:uid] if args.key?(:uid)
|
|
10455
10469
|
end
|
|
@@ -13087,6 +13101,12 @@ module Google
|
|
|
13087
13101
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1TraceSamplingConfig]
|
|
13088
13102
|
attr_accessor :sampling_config
|
|
13089
13103
|
|
|
13104
|
+
# Optional. The span semantics to use. Configuration Requirements (if
|
|
13105
|
+
# span_semantics is OTEL): - trace_protocol must be OTLP.
|
|
13106
|
+
# Corresponds to the JSON property `spanSemantics`
|
|
13107
|
+
# @return [String]
|
|
13108
|
+
attr_accessor :span_semantics
|
|
13109
|
+
|
|
13090
13110
|
# Optional. The trace protocol to use. Configuration Requirements (if
|
|
13091
13111
|
# trace_protocol is OTLP): - Allowed Exporters: CLOUD_TRACE or
|
|
13092
13112
|
# OPEN_TELEMETRY_COLLECTOR. - If Exporter is OPEN_TELEMETRY_COLLECTOR: -
|
|
@@ -13105,6 +13125,7 @@ module Google
|
|
|
13105
13125
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
|
13106
13126
|
@exporter = args[:exporter] if args.key?(:exporter)
|
|
13107
13127
|
@sampling_config = args[:sampling_config] if args.key?(:sampling_config)
|
|
13128
|
+
@span_semantics = args[:span_semantics] if args.key?(:span_semantics)
|
|
13108
13129
|
@trace_protocol = args[:trace_protocol] if args.key?(:trace_protocol)
|
|
13109
13130
|
end
|
|
13110
13131
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ApigeeV1
|
|
18
18
|
# Version of the google-apis-apigee_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.126.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260626"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -4872,6 +4872,7 @@ module Google
|
|
|
4872
4872
|
property :revision_id, as: 'revisionId'
|
|
4873
4873
|
property :sampling_config, as: 'samplingConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeTraceSamplingConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeTraceSamplingConfig::Representation
|
|
4874
4874
|
|
|
4875
|
+
property :span_semantics, as: 'spanSemantics'
|
|
4875
4876
|
property :trace_protocol, as: 'traceProtocol'
|
|
4876
4877
|
end
|
|
4877
4878
|
end
|
|
@@ -4886,6 +4887,7 @@ module Google
|
|
|
4886
4887
|
property :revision_id, as: 'revisionId'
|
|
4887
4888
|
property :sampling_config, as: 'samplingConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeTraceSamplingConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeTraceSamplingConfig::Representation
|
|
4888
4889
|
|
|
4890
|
+
property :span_semantics, as: 'spanSemantics'
|
|
4889
4891
|
property :trace_protocol, as: 'traceProtocol'
|
|
4890
4892
|
property :uid, as: 'uid'
|
|
4891
4893
|
end
|
|
@@ -5575,6 +5577,7 @@ module Google
|
|
|
5575
5577
|
property :exporter, as: 'exporter'
|
|
5576
5578
|
property :sampling_config, as: 'samplingConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1TraceSamplingConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1TraceSamplingConfig::Representation
|
|
5577
5579
|
|
|
5580
|
+
property :span_semantics, as: 'spanSemantics'
|
|
5578
5581
|
property :trace_protocol, as: 'traceProtocol'
|
|
5579
5582
|
end
|
|
5580
5583
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-apigee_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.126.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.126.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|