google-apis-beyondcorp_v1 0.23.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: cf792d3df717b5c29c959c505536dd1df16e8db9411265d2f0b2afa1d5ea6a7f
4
- data.tar.gz: 597e83c95a8e827ea75fc4aaa27ca9a52b5860c9e677bd3831476f845153a71c
3
+ metadata.gz: bf30d6ab238e8a66e54d68646bc77fc0334d2cc013da14267efeb82050c0f40e
4
+ data.tar.gz: f4c28b06362cf71118f8081a8aa92d2a0cd313e85a701910825f5a2278619e1f
5
5
  SHA512:
6
- metadata.gz: 10b2c4999b732bff10df4edece5b57bf92bd33666a59c659af5344d16665178a08954df826f469ddecc5d32a9a1e350b7f9e9639a2a64d290ba232e92b89d29c
7
- data.tar.gz: df7f9fd13e9eb2bece268307708b3d9a187ef25c49508d936271ec8b02d1f734f2c7243af75c87e58cf16798034ab514082a2190dbf3a2c1f602486a06a21cd2
6
+ metadata.gz: 4073076d30587ee3bde2b42776d2882cb4c4ae19ceabfae6ec197ba293c236fbad6391689a33725ac504e2063a60700a29e01ebf6356d1b8255733fad5f8b558
7
+ data.tar.gz: 44aec5c5549a008ac58539af7cbda3cac64b77ad6d227968b374b24231937371a41478eec57aa43a817cc3425a04937381fa632fff1fd88c89ed984252f61022
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.25.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240424
6
+
7
+ ### v0.24.0 (2024-03-10)
8
+
9
+ * Regenerated from discovery document revision 20240228
10
+
3
11
  ### v0.23.0 (2024-02-24)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -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)
@@ -1646,6 +1674,65 @@ module Google
1646
1674
  end
1647
1675
  end
1648
1676
 
1677
+ # Represents the metadata of the long-running operation.
1678
+ class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata
1679
+ include Google::Apis::Core::Hashable
1680
+
1681
+ # Output only. API version used to start the operation.
1682
+ # Corresponds to the JSON property `apiVersion`
1683
+ # @return [String]
1684
+ attr_accessor :api_version
1685
+
1686
+ # Output only. The time the operation was created.
1687
+ # Corresponds to the JSON property `createTime`
1688
+ # @return [String]
1689
+ attr_accessor :create_time
1690
+
1691
+ # Output only. The time the operation finished running.
1692
+ # Corresponds to the JSON property `endTime`
1693
+ # @return [String]
1694
+ attr_accessor :end_time
1695
+
1696
+ # Output only. Identifies whether the user has requested cancellation of the
1697
+ # operation. Operations that have been cancelled successfully have Operation.
1698
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1699
+ # CANCELLED`.
1700
+ # Corresponds to the JSON property `requestedCancellation`
1701
+ # @return [Boolean]
1702
+ attr_accessor :requested_cancellation
1703
+ alias_method :requested_cancellation?, :requested_cancellation
1704
+
1705
+ # Output only. Human-readable status of the operation, if any.
1706
+ # Corresponds to the JSON property `statusMessage`
1707
+ # @return [String]
1708
+ attr_accessor :status_message
1709
+
1710
+ # Output only. Server-defined resource path for the target of the operation.
1711
+ # Corresponds to the JSON property `target`
1712
+ # @return [String]
1713
+ attr_accessor :target
1714
+
1715
+ # Output only. Name of the verb executed by the operation.
1716
+ # Corresponds to the JSON property `verb`
1717
+ # @return [String]
1718
+ attr_accessor :verb
1719
+
1720
+ def initialize(**args)
1721
+ update!(**args)
1722
+ end
1723
+
1724
+ # Update properties of this object
1725
+ def update!(**args)
1726
+ @api_version = args[:api_version] if args.key?(:api_version)
1727
+ @create_time = args[:create_time] if args.key?(:create_time)
1728
+ @end_time = args[:end_time] if args.key?(:end_time)
1729
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
1730
+ @status_message = args[:status_message] if args.key?(:status_message)
1731
+ @target = args[:target] if args.key?(:target)
1732
+ @verb = args[:verb] if args.key?(:verb)
1733
+ end
1734
+ end
1735
+
1649
1736
  # The response message for Locations.ListLocations.
1650
1737
  class GoogleCloudLocationListLocationsResponse
1651
1738
  include Google::Apis::Core::Hashable
@@ -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.23.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 = "20240207"
25
+ REVISION = "20240424"
26
26
  end
27
27
  end
28
28
  end
@@ -262,6 +262,12 @@ module Google
262
262
  include Google::Apis::Core::JsonObjectSupport
263
263
  end
264
264
 
265
+ class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
265
271
  class GoogleCloudLocationListLocationsResponse
266
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
273
 
@@ -382,6 +388,8 @@ module Google
382
388
  property :host_type, as: 'hostType'
383
389
  hash :labels, as: 'labels'
384
390
  property :name, as: 'name'
391
+ property :satisfies_pzi, as: 'satisfiesPzi'
392
+ property :satisfies_pzs, as: 'satisfiesPzs'
385
393
  property :state, as: 'state'
386
394
  property :type, as: 'type'
387
395
  property :uid, as: 'uid'
@@ -459,6 +467,8 @@ module Google
459
467
 
460
468
  hash :labels, as: 'labels'
461
469
  property :name, as: 'name'
470
+ property :satisfies_pzi, as: 'satisfiesPzi'
471
+ property :satisfies_pzs, as: 'satisfiesPzs'
462
472
  property :state, as: 'state'
463
473
  property :type, as: 'type'
464
474
  property :uid, as: 'uid'
@@ -786,6 +796,19 @@ module Google
786
796
  end
787
797
  end
788
798
 
799
+ class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata
800
+ # @private
801
+ class Representation < Google::Apis::Core::JsonRepresentation
802
+ property :api_version, as: 'apiVersion'
803
+ property :create_time, as: 'createTime'
804
+ property :end_time, as: 'endTime'
805
+ property :requested_cancellation, as: 'requestedCancellation'
806
+ property :status_message, as: 'statusMessage'
807
+ property :target, as: 'target'
808
+ property :verb, as: 'verb'
809
+ end
810
+ end
811
+
789
812
  class GoogleCloudLocationListLocationsResponse
790
813
  # @private
791
814
  class Representation < Google::Apis::Core::JsonRepresentation
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.23.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-02-25 00:00:00.000000000 Z
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.23.0
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: []