google-apis-beyondcorp_v1 0.24.0 → 0.25.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: bf30d6ab238e8a66e54d68646bc77fc0334d2cc013da14267efeb82050c0f40e
|
|
4
|
+
data.tar.gz: f4c28b06362cf71118f8081a8aa92d2a0cd313e85a701910825f5a2278619e1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4073076d30587ee3bde2b42776d2882cb4c4ae19ceabfae6ec197ba293c236fbad6391689a33725ac504e2063a60700a29e01ebf6356d1b8255733fad5f8b558
|
|
7
|
+
data.tar.gz: 44aec5c5549a008ac58539af7cbda3cac64b77ad6d227968b374b24231937371a41478eec57aa43a817cc3425a04937381fa632fff1fd88c89ed984252f61022
|
data/CHANGELOG.md
CHANGED
|
@@ -86,6 +86,18 @@ module Google
|
|
|
86
86
|
# @return [String]
|
|
87
87
|
attr_accessor :name
|
|
88
88
|
|
|
89
|
+
# Output only. Reserved for future use.
|
|
90
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
|
91
|
+
# @return [Boolean]
|
|
92
|
+
attr_accessor :satisfies_pzi
|
|
93
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
|
94
|
+
|
|
95
|
+
# Output only. Reserved for future use.
|
|
96
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
|
97
|
+
# @return [Boolean]
|
|
98
|
+
attr_accessor :satisfies_pzs
|
|
99
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
100
|
+
|
|
89
101
|
# Output only. The current state of the AppGateway.
|
|
90
102
|
# Corresponds to the JSON property `state`
|
|
91
103
|
# @return [String]
|
|
@@ -123,6 +135,8 @@ module Google
|
|
|
123
135
|
@host_type = args[:host_type] if args.key?(:host_type)
|
|
124
136
|
@labels = args[:labels] if args.key?(:labels)
|
|
125
137
|
@name = args[:name] if args.key?(:name)
|
|
138
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
139
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
126
140
|
@state = args[:state] if args.key?(:state)
|
|
127
141
|
@type = args[:type] if args.key?(:type)
|
|
128
142
|
@uid = args[:uid] if args.key?(:uid)
|
|
@@ -401,6 +415,18 @@ module Google
|
|
|
401
415
|
# @return [String]
|
|
402
416
|
attr_accessor :name
|
|
403
417
|
|
|
418
|
+
# Output only. Reserved for future use.
|
|
419
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
|
420
|
+
# @return [Boolean]
|
|
421
|
+
attr_accessor :satisfies_pzi
|
|
422
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
|
423
|
+
|
|
424
|
+
# Output only. Reserved for future use.
|
|
425
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
|
426
|
+
# @return [Boolean]
|
|
427
|
+
attr_accessor :satisfies_pzs
|
|
428
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
429
|
+
|
|
404
430
|
# Output only. The current state of the AppConnection.
|
|
405
431
|
# Corresponds to the JSON property `state`
|
|
406
432
|
# @return [String]
|
|
@@ -434,6 +460,8 @@ module Google
|
|
|
434
460
|
@gateway = args[:gateway] if args.key?(:gateway)
|
|
435
461
|
@labels = args[:labels] if args.key?(:labels)
|
|
436
462
|
@name = args[:name] if args.key?(:name)
|
|
463
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
464
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
437
465
|
@state = args[:state] if args.key?(:state)
|
|
438
466
|
@type = args[:type] if args.key?(:type)
|
|
439
467
|
@uid = args[:uid] if args.key?(:uid)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BeyondcorpV1
|
|
18
18
|
# Version of the google-apis-beyondcorp_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.25.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240424"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -388,6 +388,8 @@ module Google
|
|
|
388
388
|
property :host_type, as: 'hostType'
|
|
389
389
|
hash :labels, as: 'labels'
|
|
390
390
|
property :name, as: 'name'
|
|
391
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
392
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
391
393
|
property :state, as: 'state'
|
|
392
394
|
property :type, as: 'type'
|
|
393
395
|
property :uid, as: 'uid'
|
|
@@ -465,6 +467,8 @@ module Google
|
|
|
465
467
|
|
|
466
468
|
hash :labels, as: 'labels'
|
|
467
469
|
property :name, as: 'name'
|
|
470
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
471
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
468
472
|
property :state, as: 'state'
|
|
469
473
|
property :type, as: 'type'
|
|
470
474
|
property :uid, as: 'uid'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-beyondcorp_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.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: 2024-
|
|
11
|
+
date: 2024-05-05 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-beyondcorp_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.25.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|