google-apis-beyondcorp_v1alpha 0.51.0 → 0.52.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: 24825adb6d4f6ce006eda23ee8190ca32245ff507ac3e9d8509500c52ea00182
4
- data.tar.gz: cc698db225c7b237f81ab41e536cac1ca4a7bc41bebda50772807bf3dbabdadd
3
+ metadata.gz: d7dd024a0d9545f9b5c0314c0a29c2a75d875fa0411cf2613ff70440e51c64ed
4
+ data.tar.gz: cdfbebfdc3867d92c352277792a0f021047dcdccfdb8eedb3ec729b4d8af6932
5
5
  SHA512:
6
- metadata.gz: d0ebe45a900bc490fb1812d96c0333937e17e8b4724850bb449a3f266efb5af7888fdde6b8187ff3fd5b0089f80494e378239f57a86fdde7a857406cce3e75e7
7
- data.tar.gz: 4447dacc612f84c98bcc0cf595d4bb05034be30406f3d6b3020db6a03173b2f3d5f6444da8b6449e04d246a19cf8917e3ebd7e24ed3d92f2f202506d18a39c83
6
+ metadata.gz: 3268f094b8483288085df59affa5a9b0f0e835ccc0bc271e618220e5e21247b5328ba825788140adebccc4c35884554e5dc218bce751e143f11771c32e8d8876
7
+ data.tar.gz: c6ecb916d82da0e3f9f1ee306e7c6ec9a7f032eee6641ead15d14e8912d07c25dddbef5efcdd7f5ee3a3670e579f8946c1e3a35dcf24f9cf5ef5672c4f11fd92
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.52.0 (2025-08-03)
4
+
5
+ * Regenerated from discovery document revision 20250723
6
+
3
7
  ### v0.51.0 (2025-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20250714
@@ -2662,7 +2662,7 @@ module Google
2662
2662
  end
2663
2663
  end
2664
2664
 
2665
- # A Beyondcorp Application resource information.
2665
+ # The information about an application resource.
2666
2666
  class GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication
2667
2667
  include Google::Apis::Core::Hashable
2668
2668
 
@@ -2671,19 +2671,20 @@ module Google
2671
2671
  # @return [String]
2672
2672
  attr_accessor :create_time
2673
2673
 
2674
- # Optional. An arbitrary user-provided name for the Application resource. Cannot
2674
+ # Optional. An arbitrary user-provided name for the application resource. Cannot
2675
2675
  # exceed 64 characters.
2676
2676
  # Corresponds to the JSON property `displayName`
2677
2677
  # @return [String]
2678
2678
  attr_accessor :display_name
2679
2679
 
2680
2680
  # Required. Endpoint matchers associated with an application. A combination of
2681
- # hostname and ports as endpoint matcher is used to match the application. Match
2682
- # conditions for OR logic. An array of match conditions to allow for multiple
2683
- # matching criteria. The rule is considered a match if one the conditions are
2684
- # met. The conditions can be one of the following combination (Hostname), (
2685
- # Hostname & Ports) EXAMPLES: Hostname - ("*.abc.com"), ("xyz.abc.com") Hostname
2686
- # and Ports - ("abc.com" and "22"), ("abc.com" and "22,33") etc
2681
+ # hostname and ports as endpoint matchers is used to match the application.
2682
+ # Match conditions for OR logic. An array of match conditions to allow for
2683
+ # multiple matching criteria. The rule is considered a match if one of the
2684
+ # conditions is met. The conditions can be one of the following combinations (
2685
+ # Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.example.com"), ("xyz.
2686
+ # example.com") Hostname and Ports - ("example.com" and "22"), ("example.com"
2687
+ # and "22,33") etc
2687
2688
  # Corresponds to the JSON property `endpointMatchers`
2688
2689
  # @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaEndpointMatcher>]
2689
2690
  attr_accessor :endpoint_matchers
@@ -2911,7 +2912,7 @@ module Google
2911
2912
  end
2912
2913
  end
2913
2914
 
2914
- # Information about a BeyondCorp SecurityGateway resource.
2915
+ # The information about a security gateway resource.
2915
2916
  class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway
2916
2917
  include Google::Apis::Core::Hashable
2917
2918
 
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.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 = "20250714"
25
+ REVISION = "20250723"
26
26
  end
27
27
  end
28
28
  end
@@ -3323,7 +3323,7 @@ module Google
3323
3323
  execute_or_queue_command(command, &block)
3324
3324
  end
3325
3325
 
3326
- # Creates a new SecurityGateway in a given project and location.
3326
+ # Creates a new Security Gateway in a given project and location.
3327
3327
  # @param [String] parent
3328
3328
  # Required. The resource project name of the SecurityGateway location using the
3329
3329
  # form: `projects/`project_id`/locations/`location_id``
@@ -3331,7 +3331,7 @@ module Google
3331
3331
  # @param [String] request_id
3332
3332
  # Optional. An optional request ID to identify requests. Specify a unique
3333
3333
  # request ID so that if you must retry your request, the server will know to
3334
- # ignore request if it has already been completed. The server will guarantee
3334
+ # ignore the request if it has already been completed. The server will guarantee
3335
3335
  # that for at least 60 minutes since the first request.
3336
3336
  # @param [String] security_gateway_id
3337
3337
  # Optional. User-settable SecurityGateway resource ID. * Must start with a
@@ -3712,7 +3712,7 @@ module Google
3712
3712
  execute_or_queue_command(command, &block)
3713
3713
  end
3714
3714
 
3715
- # Deletes a single Application.
3715
+ # Deletes a single application.
3716
3716
  # @param [String] name
3717
3717
  # Required. Name of the resource.
3718
3718
  # @param [String] request_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.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_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.52.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: