google-apis-beyondcorp_v1 0.39.0 → 0.40.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: 4049847916170098858419250958abd3cb2845d403d9800770aee2097574492c
|
4
|
+
data.tar.gz: 8447a6b98a11b7a90872ffeee044b720112d66d7f44d34cf857dceca1fab2215
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57871aab68013a70610558df0a5cb64c591d0344dee9f4c16bef309ac15b5e118cc54f1a9f07aaa937d698308f2a701d0df307c2d8845744569bd0779d385f65
|
7
|
+
data.tar.gz: e46e307d8e104195e5fcd73bc1b30bf8a89eff337f52327c930fc6549531aceb6dd91bea730857b013c38324deb65439427a0dbfbd5c3a4f767849c8587a0a9b
|
data/CHANGELOG.md
CHANGED
@@ -1674,7 +1674,7 @@ module Google
|
|
1674
1674
|
end
|
1675
1675
|
end
|
1676
1676
|
|
1677
|
-
#
|
1677
|
+
# The information about an application resource.
|
1678
1678
|
class GoogleCloudBeyondcorpSecuritygatewaysV1Application
|
1679
1679
|
include Google::Apis::Core::Hashable
|
1680
1680
|
|
@@ -1683,19 +1683,20 @@ module Google
|
|
1683
1683
|
# @return [String]
|
1684
1684
|
attr_accessor :create_time
|
1685
1685
|
|
1686
|
-
# Optional. An arbitrary user-provided name for the
|
1686
|
+
# Optional. An arbitrary user-provided name for the application resource. Cannot
|
1687
1687
|
# exceed 64 characters.
|
1688
1688
|
# Corresponds to the JSON property `displayName`
|
1689
1689
|
# @return [String]
|
1690
1690
|
attr_accessor :display_name
|
1691
1691
|
|
1692
1692
|
# Required. Endpoint matchers associated with an application. A combination of
|
1693
|
-
# hostname and ports as endpoint
|
1694
|
-
# conditions for OR logic. An array of match conditions to allow for
|
1695
|
-
# matching criteria. The rule is considered a match if one the
|
1696
|
-
# met. The conditions can be one of the following
|
1697
|
-
# Hostname & Ports) EXAMPLES: Hostname - ("*.
|
1698
|
-
# and Ports - ("
|
1693
|
+
# hostname and ports as endpoint matchers is used to match the application.
|
1694
|
+
# Match conditions for OR logic. An array of match conditions to allow for
|
1695
|
+
# multiple matching criteria. The rule is considered a match if one of the
|
1696
|
+
# conditions is met. The conditions can be one of the following combinations (
|
1697
|
+
# Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.example.com"), ("xyz.
|
1698
|
+
# example.com") Hostname and Ports - ("example.com" and "22"), ("example.com"
|
1699
|
+
# and "22,33") etc
|
1699
1700
|
# Corresponds to the JSON property `endpointMatchers`
|
1700
1701
|
# @return [Array<Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher>]
|
1701
1702
|
attr_accessor :endpoint_matchers
|
@@ -1923,7 +1924,7 @@ module Google
|
|
1923
1924
|
end
|
1924
1925
|
end
|
1925
1926
|
|
1926
|
-
#
|
1927
|
+
# The information about a security gateway resource.
|
1927
1928
|
class GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway
|
1928
1929
|
include Google::Apis::Core::Hashable
|
1929
1930
|
|
@@ -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.40.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 = "
|
25
|
+
REVISION = "20250723"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1556,7 +1556,7 @@ module Google
|
|
1556
1556
|
execute_or_queue_command(command, &block)
|
1557
1557
|
end
|
1558
1558
|
|
1559
|
-
# Creates a new
|
1559
|
+
# Creates a new Security Gateway in a given project and location.
|
1560
1560
|
# @param [String] parent
|
1561
1561
|
# Required. The resource project name of the SecurityGateway location using the
|
1562
1562
|
# form: `projects/`project_id`/locations/`location_id``
|
@@ -1564,7 +1564,7 @@ module Google
|
|
1564
1564
|
# @param [String] request_id
|
1565
1565
|
# Optional. An optional request ID to identify requests. Specify a unique
|
1566
1566
|
# request ID so that if you must retry your request, the server will know to
|
1567
|
-
# ignore request if it has already been completed. The server will guarantee
|
1567
|
+
# ignore the request if it has already been completed. The server will guarantee
|
1568
1568
|
# that for at least 60 minutes since the first request.
|
1569
1569
|
# @param [String] security_gateway_id
|
1570
1570
|
# Optional. User-settable SecurityGateway resource ID. * Must start with a
|
@@ -1945,7 +1945,7 @@ module Google
|
|
1945
1945
|
execute_or_queue_command(command, &block)
|
1946
1946
|
end
|
1947
1947
|
|
1948
|
-
# Deletes a single
|
1948
|
+
# Deletes a single application.
|
1949
1949
|
# @param [String] name
|
1950
1950
|
# Required. Name of the resource.
|
1951
1951
|
# @param [String] request_id
|
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.
|
4
|
+
version: 0.40.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.40.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:
|