google-apis-beyondcorp_v1 0.48.0 → 0.50.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: 6ab1aa75312960d4f049568e12dc83db0ae06a8d5a948ef758fb2f0b4cf8ea5e
4
- data.tar.gz: c4b101afa296df66482aa3c399ca69057f05c1512a022700f50599f0d0aa6c0f
3
+ metadata.gz: fa8361c8582cefa8354385b37c78c14485a488f5b0c9711b3b242e5af44e3994
4
+ data.tar.gz: 4627a103575206c9967b024fafc297d0c2f18dea5ef81bb14a1597d66831abc0
5
5
  SHA512:
6
- metadata.gz: 10de750bf34aa7fe83c51d4f232deaa18f2ad2962a16a12abb59a110fe06affebda247e5bd5779153df9f1854bbac3755727aa8a1514d1a3c821dc0b591efeca
7
- data.tar.gz: ff6321d587e1f894362b58dc815d080388e00a714f2474827946c755ff76b21bd8b3426c8023bebb94fed3ffd4b5c56abfd190b318f3ac2cab90a53520c4e5ac
6
+ metadata.gz: 1f0d8a6997093d8ac2b96257e7ff0acd2f70f6059e9290c9f0827e0290d38c87627c19fb119dbe9fd586b1140dd59144ac7ebdd3de38e06b4afaae2e1222c5b4
7
+ data.tar.gz: 82d22d3069875315f6a953f5333b953770e99f36d790fb80ab4d85247fc4b8cf40d8395a0710a5845dd3b41cd5f5ec8bad6beb7b4e30f1959daf01b9f25f40e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.50.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260429
6
+
7
+ ### v0.49.0 (2026-04-19)
8
+
9
+ * Regenerated from discovery document revision 20260401
10
+
3
11
  ### v0.48.0 (2026-03-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20260228
@@ -372,7 +372,7 @@ module Google
372
372
  # A BeyondCorp AppConnection resource represents a BeyondCorp protected
373
373
  # AppConnection to a remote application. It creates all the necessary GCP
374
374
  # components needed for creating a BeyondCorp protected AppConnection. Multiple
375
- # connectors can be authorised for a single AppConnection.
375
+ # connectors can be authorized for a single AppConnection.
376
376
  class GoogleCloudBeyondcorpAppconnectionsV1AppConnection
377
377
  include Google::Apis::Core::Hashable
378
378
 
@@ -382,7 +382,7 @@ module Google
382
382
  attr_accessor :application_endpoint
383
383
 
384
384
  # Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are
385
- # authorised to be associated with this AppConnection.
385
+ # authorized to be associated with this AppConnection.
386
386
  # Corresponds to the JSON property `connectors`
387
387
  # @return [Array<String>]
388
388
  attr_accessor :connectors
@@ -670,7 +670,7 @@ module Google
670
670
  # A BeyondCorp AppConnection resource represents a BeyondCorp protected
671
671
  # AppConnection to a remote application. It creates all the necessary GCP
672
672
  # components needed for creating a BeyondCorp protected AppConnection. Multiple
673
- # connectors can be authorised for a single AppConnection.
673
+ # connectors can be authorized for a single AppConnection.
674
674
  # Corresponds to the JSON property `appConnection`
675
675
  # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1AppConnection]
676
676
  attr_accessor :app_connection
@@ -787,9 +787,10 @@ module Google
787
787
  # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfo]
788
788
  attr_accessor :principal_info
789
789
 
790
- # ResourceInfo represents the information/status of an app connector resource.
791
- # Such as: - remote_agent - container - runtime - appgateway - appconnector -
792
- # appconnection - tunnel - logagent
790
+ # ResourceInfo represents the information or status of an app connector resource
791
+ # component that's used to report on various parts of the system. For example,
792
+ # ResourceInfo can be used to convey the status of a remote_agent, including the
793
+ # status of an appgateway for an runtime environment in a container instance.
793
794
  # Corresponds to the JSON property `resourceInfo`
794
795
  # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo]
795
796
  attr_accessor :resource_info
@@ -1128,9 +1129,10 @@ module Google
1128
1129
  # @return [String]
1129
1130
  attr_accessor :request_id
1130
1131
 
1131
- # ResourceInfo represents the information/status of an app connector resource.
1132
- # Such as: - remote_agent - container - runtime - appgateway - appconnector -
1133
- # appconnection - tunnel - logagent
1132
+ # ResourceInfo represents the information or status of an app connector resource
1133
+ # component that's used to report on various parts of the system. For example,
1134
+ # ResourceInfo can be used to convey the status of a remote_agent, including the
1135
+ # status of an appgateway for an runtime environment in a container instance.
1134
1136
  # Corresponds to the JSON property `resourceInfo`
1135
1137
  # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo]
1136
1138
  attr_accessor :resource_info
@@ -1173,9 +1175,10 @@ module Google
1173
1175
  end
1174
1176
  end
1175
1177
 
1176
- # ResourceInfo represents the information/status of an app connector resource.
1177
- # Such as: - remote_agent - container - runtime - appgateway - appconnector -
1178
- # appconnection - tunnel - logagent
1178
+ # ResourceInfo represents the information or status of an app connector resource
1179
+ # component that's used to report on various parts of the system. For example,
1180
+ # ResourceInfo can be used to convey the status of a remote_agent, including the
1181
+ # status of an appgateway for an runtime environment in a container instance.
1179
1182
  class GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo
1180
1183
  include Google::Apis::Core::Hashable
1181
1184
 
@@ -2325,7 +2328,7 @@ module Google
2325
2328
  class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor
2326
2329
  include Google::Apis::Core::Hashable
2327
2330
 
2328
- # Required. Contains the URI path fragment where HTTP request is sent.
2331
+ # Optional. Contains the URI path fragment where HTTP request is sent.
2329
2332
  # Corresponds to the JSON property `path`
2330
2333
  # @return [String]
2331
2334
  attr_accessor :path
@@ -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.48.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260228"
25
+ REVISION = "20260429"
26
26
  end
27
27
  end
28
28
  end
@@ -239,15 +239,20 @@ module Google
239
239
  end
240
240
 
241
241
  # Lists information about the supported locations for this service. This method
242
- # can be called in two ways: * **List all public locations:** Use the path `GET /
243
- # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
244
- # projects/`project_id`/locations`. This may include public locations as well as
245
- # private or other locations specifically visible to the project.
242
+ # lists locations based on the resource scope provided in the
243
+ # ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
244
+ # the method lists the public locations available to all projects. * **Project-
245
+ # specific locations**: If `name` follows the format `projects/`project``, the
246
+ # method lists locations visible to that specific project. This includes public,
247
+ # private, or other project-specific locations enabled for the project. For gRPC
248
+ # and client library implementations, the resource name is passed as the `name`
249
+ # field. For direct service calls, the resource name is incorporated into the
250
+ # request path based on the specific service implementation and version.
246
251
  # @param [String] name
247
252
  # The resource that owns the locations collection, if applicable.
248
253
  # @param [Array<String>, String] extra_location_types
249
- # Optional. Do not use this field. It is unsupported and is ignored unless
250
- # explicitly documented otherwise. This is primarily for internal usage.
254
+ # Optional. Do not use this field unless explicitly documented otherwise. This
255
+ # is primarily for internal usage.
251
256
  # @param [String] filter
252
257
  # A filter to narrow down results to a preferred subset. The filtering language
253
258
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -304,7 +309,7 @@ module Google
304
309
  # ignore the request if it has already been completed. The server will guarantee
305
310
  # that for at least 60 minutes since the first request. For example, consider a
306
311
  # situation where you make an initial request and the request times out. If you
307
- # make the request again with the same request ID, the server can check if
312
+ # make the request again with the same request ID, the server can check if the
308
313
  # original operation with the same request ID was received, and if so, will
309
314
  # ignore the second request. This prevents clients from accidentally creating
310
315
  # duplicate commitments. The request ID must be a valid UUID with the exception
@@ -354,7 +359,7 @@ module Google
354
359
  # ignore the request if it has already been completed. The server will guarantee
355
360
  # that for at least 60 minutes after the first request. For example, consider a
356
361
  # situation where you make an initial request and the request times out. If you
357
- # make the request again with the same request ID, the server can check if
362
+ # make the request again with the same request ID, the server can check if the
358
363
  # original operation with the same request ID was received, and if so, will
359
364
  # ignore the second request. This prevents clients from accidentally creating
360
365
  # duplicate commitments. The request ID must be a valid UUID with the exception
@@ -529,7 +534,7 @@ module Google
529
534
  # ignore the request if it has already been completed. The server will guarantee
530
535
  # that for at least 60 minutes since the first request. For example, consider a
531
536
  # situation where you make an initial request and the request times out. If you
532
- # make the request again with the same request ID, the server can check if
537
+ # make the request again with the same request ID, the server can check if the
533
538
  # original operation with the same request ID was received, and if so, will
534
539
  # ignore the second request. This prevents clients from accidentally creating
535
540
  # duplicate commitments. The request ID must be a valid UUID with the exception
@@ -1935,7 +1940,7 @@ module Google
1935
1940
  # @param [String] request_id
1936
1941
  # Optional. An optional request ID to identify requests. Specify a unique
1937
1942
  # request ID so that if you must retry your request, the server will know to
1938
- # ignore request if it has already been completed. The server will guarantee
1943
+ # ignore the request if it has already been completed. The server will guarantee
1939
1944
  # that for at least 60 minutes since the first request.
1940
1945
  # @param [String] fields
1941
1946
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.50.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-beyondcorp_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.48.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.50.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1
62
62
  rdoc_options: []
63
63
  require_paths: