google-apis-apigee_v1 0.32.0 → 0.33.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b215f17311989d86700e89952f729a740ef5c2801c4e06213e2e69594f8efefd
|
4
|
+
data.tar.gz: 3875836b7868a657eb84f5e02dd2b6908f93f910d18e0035e92870e8c25590de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 619dafc595aa59b6069b338342362046eb16be5d4cb00c1423a466705d1efffade2c4eedef9082ed5bd39e84f8bab150f829c9679f8ada723697c63a804ebeb0
|
7
|
+
data.tar.gz: 15cc013073a8ddcdc53ff498cb699f6a8060b4d2f54e937ea07eb638302c1c43112afdb469c34514852330b5fb5b54db44adbba4e09ca1db2ffb71f395053409
|
data/CHANGELOG.md
CHANGED
@@ -2094,6 +2094,11 @@ module Google
|
|
2094
2094
|
# @return [Fixnum]
|
2095
2095
|
attr_accessor :count
|
2096
2096
|
|
2097
|
+
# Output only. The first transaction creation timestamp, recorded by UAP.
|
2098
|
+
# Corresponds to the JSON property `createTime`
|
2099
|
+
# @return [String]
|
2100
|
+
attr_accessor :create_time
|
2101
|
+
|
2097
2102
|
# Optional. A conditional statement which is evaluated against the request
|
2098
2103
|
# message to determine if it should be traced. Syntax matches that of on API
|
2099
2104
|
# Proxy bundle flow Condition.
|
@@ -2132,6 +2137,7 @@ module Google
|
|
2132
2137
|
# Update properties of this object
|
2133
2138
|
def update!(**args)
|
2134
2139
|
@count = args[:count] if args.key?(:count)
|
2140
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
2135
2141
|
@filter = args[:filter] if args.key?(:filter)
|
2136
2142
|
@name = args[:name] if args.key?(:name)
|
2137
2143
|
@timeout = args[:timeout] if args.key?(:timeout)
|
@@ -6643,7 +6649,7 @@ module Google
|
|
6643
6649
|
# @return [String]
|
6644
6650
|
attr_accessor :id
|
6645
6651
|
|
6646
|
-
# The first transaction creation timestamp in millisecond,
|
6652
|
+
# The first transaction creation timestamp in millisecond, recorded by UAP.
|
6647
6653
|
# Corresponds to the JSON property `timestampMs`
|
6648
6654
|
# @return [Fixnum]
|
6649
6655
|
attr_accessor :timestamp_ms
|
@@ -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.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220127"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1727,6 +1727,7 @@ module Google
|
|
1727
1727
|
# @private
|
1728
1728
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1729
1729
|
property :count, as: 'count'
|
1730
|
+
property :create_time, as: 'createTime'
|
1730
1731
|
property :filter, as: 'filter'
|
1731
1732
|
property :name, as: 'name'
|
1732
1733
|
property :timeout, :numeric_string => true, as: 'timeout'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.33.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|