google-apis-beyondcorp_v1alpha 0.4.0 → 0.5.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: fc0d3ba6881ad1f9ebd377f09c6fe2c05991264862fcb57a841e8c14bd0418b1
4
- data.tar.gz: 15650823d293cbfae128b2d7c0cb4a8328eb017dd33388be7574a604547eeb43
3
+ metadata.gz: dfcb1f5bb043057ad8ade4bcbc2786415f4521f0b53b02d35b7be283f15d97b4
4
+ data.tar.gz: d850d69db49222bb4f458f43a94ad11e2babcb3187318b259f9f57baddf5497b
5
5
  SHA512:
6
- metadata.gz: 798a22a739eaa3e71f5533cae4452ecac39073c2e0672678d9d43ed79446ea4c6b712468b75bc39519c959a48aafc127d56cad2d5d872beb9e2f546efecba17e
7
- data.tar.gz: aaebd0b6057e3cf7c86fd29da81efcc67110baf3dd90063dab5e25e28600b5f03cf84ed443fa8b677cc9fd1dd1a078c180cdd45663c6819ab44cbf848342664a
6
+ metadata.gz: c7f18b0a4eb1f84b20806643da1b79476d60ad4c6bdeebb15948ee78552bfe4ef35aa231b9e2830396044875494efc06e983412010b3cf61abb7c8aae20f80d3
7
+ data.tar.gz: a8e354d4da7cc5b266805c1367a8e2e87c1817f9ac796ec6c6a83c4bfe7a4eab041a338d558476aefa47f70cad2a9b014b91f889d7713f3024858c75723f4bbf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.5.0 (2022-07-20)
4
+
5
+ * Regenerated from discovery document revision 20220712
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.4.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -1116,6 +1116,65 @@ module Google
1116
1116
  end
1117
1117
  end
1118
1118
 
1119
+ # Represents the metadata of the long-running operation.
1120
+ class GoogleCloudBeyondcorpAppconnectionsV1AppConnectionOperationMetadata
1121
+ include Google::Apis::Core::Hashable
1122
+
1123
+ # Output only. API version used to start the operation.
1124
+ # Corresponds to the JSON property `apiVersion`
1125
+ # @return [String]
1126
+ attr_accessor :api_version
1127
+
1128
+ # Output only. The time the operation was created.
1129
+ # Corresponds to the JSON property `createTime`
1130
+ # @return [String]
1131
+ attr_accessor :create_time
1132
+
1133
+ # Output only. The time the operation finished running.
1134
+ # Corresponds to the JSON property `endTime`
1135
+ # @return [String]
1136
+ attr_accessor :end_time
1137
+
1138
+ # Output only. Identifies whether the user has requested cancellation of the
1139
+ # operation. Operations that have successfully been cancelled have Operation.
1140
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1141
+ # CANCELLED`.
1142
+ # Corresponds to the JSON property `requestedCancellation`
1143
+ # @return [Boolean]
1144
+ attr_accessor :requested_cancellation
1145
+ alias_method :requested_cancellation?, :requested_cancellation
1146
+
1147
+ # Output only. Human-readable status of the operation, if any.
1148
+ # Corresponds to the JSON property `statusMessage`
1149
+ # @return [String]
1150
+ attr_accessor :status_message
1151
+
1152
+ # Output only. Server-defined resource path for the target of the operation.
1153
+ # Corresponds to the JSON property `target`
1154
+ # @return [String]
1155
+ attr_accessor :target
1156
+
1157
+ # Output only. Name of the verb executed by the operation.
1158
+ # Corresponds to the JSON property `verb`
1159
+ # @return [String]
1160
+ attr_accessor :verb
1161
+
1162
+ def initialize(**args)
1163
+ update!(**args)
1164
+ end
1165
+
1166
+ # Update properties of this object
1167
+ def update!(**args)
1168
+ @api_version = args[:api_version] if args.key?(:api_version)
1169
+ @create_time = args[:create_time] if args.key?(:create_time)
1170
+ @end_time = args[:end_time] if args.key?(:end_time)
1171
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
1172
+ @status_message = args[:status_message] if args.key?(:status_message)
1173
+ @target = args[:target] if args.key?(:target)
1174
+ @verb = args[:verb] if args.key?(:verb)
1175
+ end
1176
+ end
1177
+
1119
1178
  # A BeyondCorp AppConnection resource represents a BeyondCorp protected
1120
1179
  # AppConnection to a remote application. It creates all the necessary GCP
1121
1180
  # components needed for creating a BeyondCorp protected AppConnection. Multiple
@@ -1232,8 +1291,8 @@ module Google
1232
1291
  class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionGateway
1233
1292
  include Google::Apis::Core::Hashable
1234
1293
 
1235
- # Required. AppGateway name in following format: projects/`project_id`/locations/
1236
- # `location_id`/appgateways/`gateway_id`
1294
+ # Required. AppGateway name in following format: `projects/`project_id`/
1295
+ # locations/`location_id`/appgateways/`gateway_id``
1237
1296
  # Corresponds to the JSON property `appGateway`
1238
1297
  # @return [String]
1239
1298
  attr_accessor :app_gateway
@@ -1402,9 +1461,9 @@ module Google
1402
1461
  # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection]
1403
1462
  attr_accessor :app_connection
1404
1463
 
1405
- # If type=GCP_REGIONAL_MIG, contains most recent VM instances, like "https://www.
1464
+ # If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.
1406
1465
  # googleapis.com/compute/v1/projects/`project_id`/zones/`zone_id`/instances/`
1407
- # instance_id`".
1466
+ # instance_id``.
1408
1467
  # Corresponds to the JSON property `recentMigVms`
1409
1468
  # @return [Array<String>]
1410
1469
  attr_accessor :recent_mig_vms
@@ -1420,6 +1479,115 @@ module Google
1420
1479
  end
1421
1480
  end
1422
1481
 
1482
+ # Represents the metadata of the long-running operation.
1483
+ class GoogleCloudBeyondcorpAppconnectorsV1AppConnectorOperationMetadata
1484
+ include Google::Apis::Core::Hashable
1485
+
1486
+ # Output only. API version used to start the operation.
1487
+ # Corresponds to the JSON property `apiVersion`
1488
+ # @return [String]
1489
+ attr_accessor :api_version
1490
+
1491
+ # Output only. The time the operation was created.
1492
+ # Corresponds to the JSON property `createTime`
1493
+ # @return [String]
1494
+ attr_accessor :create_time
1495
+
1496
+ # Output only. The time the operation finished running.
1497
+ # Corresponds to the JSON property `endTime`
1498
+ # @return [String]
1499
+ attr_accessor :end_time
1500
+
1501
+ # Output only. Identifies whether the user has requested cancellation of the
1502
+ # operation. Operations that have successfully been cancelled have Operation.
1503
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1504
+ # CANCELLED`.
1505
+ # Corresponds to the JSON property `requestedCancellation`
1506
+ # @return [Boolean]
1507
+ attr_accessor :requested_cancellation
1508
+ alias_method :requested_cancellation?, :requested_cancellation
1509
+
1510
+ # Output only. Human-readable status of the operation, if any.
1511
+ # Corresponds to the JSON property `statusMessage`
1512
+ # @return [String]
1513
+ attr_accessor :status_message
1514
+
1515
+ # Output only. Server-defined resource path for the target of the operation.
1516
+ # Corresponds to the JSON property `target`
1517
+ # @return [String]
1518
+ attr_accessor :target
1519
+
1520
+ # Output only. Name of the verb executed by the operation.
1521
+ # Corresponds to the JSON property `verb`
1522
+ # @return [String]
1523
+ attr_accessor :verb
1524
+
1525
+ def initialize(**args)
1526
+ update!(**args)
1527
+ end
1528
+
1529
+ # Update properties of this object
1530
+ def update!(**args)
1531
+ @api_version = args[:api_version] if args.key?(:api_version)
1532
+ @create_time = args[:create_time] if args.key?(:create_time)
1533
+ @end_time = args[:end_time] if args.key?(:end_time)
1534
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
1535
+ @status_message = args[:status_message] if args.key?(:status_message)
1536
+ @target = args[:target] if args.key?(:target)
1537
+ @verb = args[:verb] if args.key?(:verb)
1538
+ end
1539
+ end
1540
+
1541
+ # ContainerHealthDetails reflects the health details of a container.
1542
+ class GoogleCloudBeyondcorpAppconnectorsV1ContainerHealthDetails
1543
+ include Google::Apis::Core::Hashable
1544
+
1545
+ # The version of the current config.
1546
+ # Corresponds to the JSON property `currentConfigVersion`
1547
+ # @return [String]
1548
+ attr_accessor :current_config_version
1549
+
1550
+ # The latest error message.
1551
+ # Corresponds to the JSON property `errorMsg`
1552
+ # @return [String]
1553
+ attr_accessor :error_msg
1554
+
1555
+ # The version of the expected config.
1556
+ # Corresponds to the JSON property `expectedConfigVersion`
1557
+ # @return [String]
1558
+ attr_accessor :expected_config_version
1559
+
1560
+ # The extended status. Such as ExitCode, StartedAt, FinishedAt, etc.
1561
+ # Corresponds to the JSON property `extendedStatus`
1562
+ # @return [Hash<String,String>]
1563
+ attr_accessor :extended_status
1564
+
1565
+ def initialize(**args)
1566
+ update!(**args)
1567
+ end
1568
+
1569
+ # Update properties of this object
1570
+ def update!(**args)
1571
+ @current_config_version = args[:current_config_version] if args.key?(:current_config_version)
1572
+ @error_msg = args[:error_msg] if args.key?(:error_msg)
1573
+ @expected_config_version = args[:expected_config_version] if args.key?(:expected_config_version)
1574
+ @extended_status = args[:extended_status] if args.key?(:extended_status)
1575
+ end
1576
+ end
1577
+
1578
+ # RemoteAgentDetails reflects the details of a remote agent.
1579
+ class GoogleCloudBeyondcorpAppconnectorsV1RemoteAgentDetails
1580
+ include Google::Apis::Core::Hashable
1581
+
1582
+ def initialize(**args)
1583
+ update!(**args)
1584
+ end
1585
+
1586
+ # Update properties of this object
1587
+ def update!(**args)
1588
+ end
1589
+ end
1590
+
1423
1591
  # A BeyondCorp connector resource that represents an application facing
1424
1592
  # component deployed proximal to and with direct access to the application
1425
1593
  # instances. It is used to establish connectivity between the remote enterprise
@@ -1888,6 +2056,65 @@ module Google
1888
2056
  end
1889
2057
  end
1890
2058
 
2059
+ # Represents the metadata of the long-running operation.
2060
+ class GoogleCloudBeyondcorpAppgatewaysV1AppGatewayOperationMetadata
2061
+ include Google::Apis::Core::Hashable
2062
+
2063
+ # Output only. API version used to start the operation.
2064
+ # Corresponds to the JSON property `apiVersion`
2065
+ # @return [String]
2066
+ attr_accessor :api_version
2067
+
2068
+ # Output only. The time the operation was created.
2069
+ # Corresponds to the JSON property `createTime`
2070
+ # @return [String]
2071
+ attr_accessor :create_time
2072
+
2073
+ # Output only. The time the operation finished running.
2074
+ # Corresponds to the JSON property `endTime`
2075
+ # @return [String]
2076
+ attr_accessor :end_time
2077
+
2078
+ # Output only. Identifies whether the user has requested cancellation of the
2079
+ # operation. Operations that have successfully been cancelled have Operation.
2080
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
2081
+ # CANCELLED`.
2082
+ # Corresponds to the JSON property `requestedCancellation`
2083
+ # @return [Boolean]
2084
+ attr_accessor :requested_cancellation
2085
+ alias_method :requested_cancellation?, :requested_cancellation
2086
+
2087
+ # Output only. Human-readable status of the operation, if any.
2088
+ # Corresponds to the JSON property `statusMessage`
2089
+ # @return [String]
2090
+ attr_accessor :status_message
2091
+
2092
+ # Output only. Server-defined resource path for the target of the operation.
2093
+ # Corresponds to the JSON property `target`
2094
+ # @return [String]
2095
+ attr_accessor :target
2096
+
2097
+ # Output only. Name of the verb executed by the operation.
2098
+ # Corresponds to the JSON property `verb`
2099
+ # @return [String]
2100
+ attr_accessor :verb
2101
+
2102
+ def initialize(**args)
2103
+ update!(**args)
2104
+ end
2105
+
2106
+ # Update properties of this object
2107
+ def update!(**args)
2108
+ @api_version = args[:api_version] if args.key?(:api_version)
2109
+ @create_time = args[:create_time] if args.key?(:create_time)
2110
+ @end_time = args[:end_time] if args.key?(:end_time)
2111
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
2112
+ @status_message = args[:status_message] if args.key?(:status_message)
2113
+ @target = args[:target] if args.key?(:target)
2114
+ @verb = args[:verb] if args.key?(:verb)
2115
+ end
2116
+ end
2117
+
1891
2118
  # Represents the metadata of the long-running operation.
1892
2119
  class GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata
1893
2120
  include Google::Apis::Core::Hashable
@@ -1941,6 +2168,124 @@ module Google
1941
2168
  end
1942
2169
  end
1943
2170
 
2171
+ # Represents the metadata of the long-running operation.
2172
+ class GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata
2173
+ include Google::Apis::Core::Hashable
2174
+
2175
+ # Output only. API version used to start the operation.
2176
+ # Corresponds to the JSON property `apiVersion`
2177
+ # @return [String]
2178
+ attr_accessor :api_version
2179
+
2180
+ # Output only. The time the operation was created.
2181
+ # Corresponds to the JSON property `createTime`
2182
+ # @return [String]
2183
+ attr_accessor :create_time
2184
+
2185
+ # Output only. The time the operation finished running.
2186
+ # Corresponds to the JSON property `endTime`
2187
+ # @return [String]
2188
+ attr_accessor :end_time
2189
+
2190
+ # Output only. Identifies whether the user has requested cancellation of the
2191
+ # operation. Operations that have successfully been cancelled have Operation.
2192
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
2193
+ # CANCELLED`.
2194
+ # Corresponds to the JSON property `requestedCancellation`
2195
+ # @return [Boolean]
2196
+ attr_accessor :requested_cancellation
2197
+ alias_method :requested_cancellation?, :requested_cancellation
2198
+
2199
+ # Output only. Human-readable status of the operation, if any.
2200
+ # Corresponds to the JSON property `statusMessage`
2201
+ # @return [String]
2202
+ attr_accessor :status_message
2203
+
2204
+ # Output only. Server-defined resource path for the target of the operation.
2205
+ # Corresponds to the JSON property `target`
2206
+ # @return [String]
2207
+ attr_accessor :target
2208
+
2209
+ # Output only. Name of the verb executed by the operation.
2210
+ # Corresponds to the JSON property `verb`
2211
+ # @return [String]
2212
+ attr_accessor :verb
2213
+
2214
+ def initialize(**args)
2215
+ update!(**args)
2216
+ end
2217
+
2218
+ # Update properties of this object
2219
+ def update!(**args)
2220
+ @api_version = args[:api_version] if args.key?(:api_version)
2221
+ @create_time = args[:create_time] if args.key?(:create_time)
2222
+ @end_time = args[:end_time] if args.key?(:end_time)
2223
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
2224
+ @status_message = args[:status_message] if args.key?(:status_message)
2225
+ @target = args[:target] if args.key?(:target)
2226
+ @verb = args[:verb] if args.key?(:verb)
2227
+ end
2228
+ end
2229
+
2230
+ # Represents the metadata of the long-running operation.
2231
+ class GoogleCloudBeyondcorpClientgatewaysV1ClientGatewayOperationMetadata
2232
+ include Google::Apis::Core::Hashable
2233
+
2234
+ # Output only. API version used to start the operation.
2235
+ # Corresponds to the JSON property `apiVersion`
2236
+ # @return [String]
2237
+ attr_accessor :api_version
2238
+
2239
+ # Output only. The time the operation was created.
2240
+ # Corresponds to the JSON property `createTime`
2241
+ # @return [String]
2242
+ attr_accessor :create_time
2243
+
2244
+ # Output only. The time the operation finished running.
2245
+ # Corresponds to the JSON property `endTime`
2246
+ # @return [String]
2247
+ attr_accessor :end_time
2248
+
2249
+ # Output only. Identifies whether the user has requested cancellation of the
2250
+ # operation. Operations that have been cancelled successfully have Operation.
2251
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
2252
+ # CANCELLED`.
2253
+ # Corresponds to the JSON property `requestedCancellation`
2254
+ # @return [Boolean]
2255
+ attr_accessor :requested_cancellation
2256
+ alias_method :requested_cancellation?, :requested_cancellation
2257
+
2258
+ # Output only. Human-readable status of the operation, if any.
2259
+ # Corresponds to the JSON property `statusMessage`
2260
+ # @return [String]
2261
+ attr_accessor :status_message
2262
+
2263
+ # Output only. Server-defined resource path for the target of the operation.
2264
+ # Corresponds to the JSON property `target`
2265
+ # @return [String]
2266
+ attr_accessor :target
2267
+
2268
+ # Output only. Name of the verb executed by the operation.
2269
+ # Corresponds to the JSON property `verb`
2270
+ # @return [String]
2271
+ attr_accessor :verb
2272
+
2273
+ def initialize(**args)
2274
+ update!(**args)
2275
+ end
2276
+
2277
+ # Update properties of this object
2278
+ def update!(**args)
2279
+ @api_version = args[:api_version] if args.key?(:api_version)
2280
+ @create_time = args[:create_time] if args.key?(:create_time)
2281
+ @end_time = args[:end_time] if args.key?(:end_time)
2282
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
2283
+ @status_message = args[:status_message] if args.key?(:status_message)
2284
+ @target = args[:target] if args.key?(:target)
2285
+ @verb = args[:verb] if args.key?(:verb)
2286
+ end
2287
+ end
2288
+
1944
2289
  # The response message for Locations.ListLocations.
1945
2290
  class GoogleCloudLocationListLocationsResponse
1946
2291
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1alpha
18
18
  # Version of the google-apis-beyondcorp_v1alpha gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220616"
25
+ REVISION = "20220712"
26
26
  end
27
27
  end
28
28
  end
@@ -172,6 +172,12 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
+ class GoogleCloudBeyondcorpAppconnectionsV1AppConnectionOperationMetadata
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
175
181
  class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection
176
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
183
 
@@ -214,6 +220,24 @@ module Google
214
220
  include Google::Apis::Core::JsonObjectSupport
215
221
  end
216
222
 
223
+ class GoogleCloudBeyondcorpAppconnectorsV1AppConnectorOperationMetadata
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleCloudBeyondcorpAppconnectorsV1ContainerHealthDetails
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GoogleCloudBeyondcorpAppconnectorsV1RemoteAgentDetails
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
217
241
  class GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnector
218
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
243
 
@@ -298,12 +322,30 @@ module Google
298
322
  include Google::Apis::Core::JsonObjectSupport
299
323
  end
300
324
 
325
+ class GoogleCloudBeyondcorpAppgatewaysV1AppGatewayOperationMetadata
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
301
331
  class GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata
302
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
303
333
 
304
334
  include Google::Apis::Core::JsonObjectSupport
305
335
  end
306
336
 
337
+ class GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class GoogleCloudBeyondcorpClientgatewaysV1ClientGatewayOperationMetadata
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
307
349
  class GoogleCloudLocationListLocationsResponse
308
350
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
351
 
@@ -774,6 +816,19 @@ module Google
774
816
  end
775
817
  end
776
818
 
819
+ class GoogleCloudBeyondcorpAppconnectionsV1AppConnectionOperationMetadata
820
+ # @private
821
+ class Representation < Google::Apis::Core::JsonRepresentation
822
+ property :api_version, as: 'apiVersion'
823
+ property :create_time, as: 'createTime'
824
+ property :end_time, as: 'endTime'
825
+ property :requested_cancellation, as: 'requestedCancellation'
826
+ property :status_message, as: 'statusMessage'
827
+ property :target, as: 'target'
828
+ property :verb, as: 'verb'
829
+ end
830
+ end
831
+
777
832
  class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection
778
833
  # @private
779
834
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -853,6 +908,35 @@ module Google
853
908
  end
854
909
  end
855
910
 
911
+ class GoogleCloudBeyondcorpAppconnectorsV1AppConnectorOperationMetadata
912
+ # @private
913
+ class Representation < Google::Apis::Core::JsonRepresentation
914
+ property :api_version, as: 'apiVersion'
915
+ property :create_time, as: 'createTime'
916
+ property :end_time, as: 'endTime'
917
+ property :requested_cancellation, as: 'requestedCancellation'
918
+ property :status_message, as: 'statusMessage'
919
+ property :target, as: 'target'
920
+ property :verb, as: 'verb'
921
+ end
922
+ end
923
+
924
+ class GoogleCloudBeyondcorpAppconnectorsV1ContainerHealthDetails
925
+ # @private
926
+ class Representation < Google::Apis::Core::JsonRepresentation
927
+ property :current_config_version, as: 'currentConfigVersion'
928
+ property :error_msg, as: 'errorMsg'
929
+ property :expected_config_version, as: 'expectedConfigVersion'
930
+ hash :extended_status, as: 'extendedStatus'
931
+ end
932
+ end
933
+
934
+ class GoogleCloudBeyondcorpAppconnectorsV1RemoteAgentDetails
935
+ # @private
936
+ class Representation < Google::Apis::Core::JsonRepresentation
937
+ end
938
+ end
939
+
856
940
  class GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnector
857
941
  # @private
858
942
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -989,6 +1073,19 @@ module Google
989
1073
  end
990
1074
  end
991
1075
 
1076
+ class GoogleCloudBeyondcorpAppgatewaysV1AppGatewayOperationMetadata
1077
+ # @private
1078
+ class Representation < Google::Apis::Core::JsonRepresentation
1079
+ property :api_version, as: 'apiVersion'
1080
+ property :create_time, as: 'createTime'
1081
+ property :end_time, as: 'endTime'
1082
+ property :requested_cancellation, as: 'requestedCancellation'
1083
+ property :status_message, as: 'statusMessage'
1084
+ property :target, as: 'target'
1085
+ property :verb, as: 'verb'
1086
+ end
1087
+ end
1088
+
992
1089
  class GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata
993
1090
  # @private
994
1091
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1001,6 +1098,32 @@ module Google
1001
1098
  end
1002
1099
  end
1003
1100
 
1101
+ class GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata
1102
+ # @private
1103
+ class Representation < Google::Apis::Core::JsonRepresentation
1104
+ property :api_version, as: 'apiVersion'
1105
+ property :create_time, as: 'createTime'
1106
+ property :end_time, as: 'endTime'
1107
+ property :requested_cancellation, as: 'requestedCancellation'
1108
+ property :status_message, as: 'statusMessage'
1109
+ property :target, as: 'target'
1110
+ property :verb, as: 'verb'
1111
+ end
1112
+ end
1113
+
1114
+ class GoogleCloudBeyondcorpClientgatewaysV1ClientGatewayOperationMetadata
1115
+ # @private
1116
+ class Representation < Google::Apis::Core::JsonRepresentation
1117
+ property :api_version, as: 'apiVersion'
1118
+ property :create_time, as: 'createTime'
1119
+ property :end_time, as: 'endTime'
1120
+ property :requested_cancellation, as: 'requestedCancellation'
1121
+ property :status_message, as: 'statusMessage'
1122
+ property :target, as: 'target'
1123
+ property :verb, as: 'verb'
1124
+ end
1125
+ end
1126
+
1004
1127
  class GoogleCloudLocationListLocationsResponse
1005
1128
  # @private
1006
1129
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -25,7 +25,7 @@ module Google
25
25
  # Beyondcorp Enterprise provides identity and context aware access controls for
26
26
  # enterprise resources and enables zero-trust access. Using the Beyondcorp
27
27
  # Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity
28
- # using the App Connector hybrid connectivity solution.
28
+ # solutions.
29
29
  #
30
30
  # @example
31
31
  # require 'google/apis/beyondcorp_v1alpha'
@@ -1624,7 +1624,8 @@ module Google
1624
1624
  # ClientConnectorService resource by the update. The fields specified in the
1625
1625
  # update_mask are relative to the resource, not the full request. A field will
1626
1626
  # be overwritten if it is in the mask. If the user does not provide a mask then
1627
- # all fields will be overwritten. Mutable fields: display_name.
1627
+ # all fields will be overwritten. Mutable fields: display_name, ingress.config.
1628
+ # destination_routes.
1628
1629
  # @param [Boolean] validate_only
1629
1630
  # Optional. If set, validates request by executing a dry-run which would not
1630
1631
  # alter the resource in any way.
@@ -24,7 +24,7 @@ module Google
24
24
  # Beyondcorp Enterprise provides identity and context aware access controls for
25
25
  # enterprise resources and enables zero-trust access. Using the Beyondcorp
26
26
  # Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity
27
- # using the App Connector hybrid connectivity solution.
27
+ # solutions.
28
28
  #
29
29
  # @see https://cloud.google.com/
30
30
  module BeyondcorpV1alpha
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-25 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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []