google-apis-beyondcorp_v1 0.38.0 → 0.39.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: bf7bda573c0e09d13081a897c3aca9f7ab30ce60584fb0958e929bf77b05c1ee
|
4
|
+
data.tar.gz: daa754a54266cea34f61a94782d0b63801a5c98ee0d680774787420a102ac044
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb1bcfcb1495c041061277b8fa524fc40dc68a9c17f3916ac7e35088870ca4afd31f08e515d6ac924f358c117f366cfedf7f07b588d5934d4e39c79c87a347df
|
7
|
+
data.tar.gz: 68b32eafffb72270b6a78e45d1625102c3c9251d09b297f241788c8e4dc6be7efb6f67d57ce020f46f9549dc762bcbe4cb0ae72dfa5a0f5a9925e045650d2515
|
data/CHANGELOG.md
CHANGED
@@ -1710,6 +1710,11 @@ module Google
|
|
1710
1710
|
# @return [String]
|
1711
1711
|
attr_accessor :update_time
|
1712
1712
|
|
1713
|
+
# Optional. Which upstream resources to forward traffic to.
|
1714
|
+
# Corresponds to the JSON property `upstreams`
|
1715
|
+
# @return [Array<Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream>]
|
1716
|
+
attr_accessor :upstreams
|
1717
|
+
|
1713
1718
|
def initialize(**args)
|
1714
1719
|
update!(**args)
|
1715
1720
|
end
|
@@ -1721,6 +1726,71 @@ module Google
|
|
1721
1726
|
@endpoint_matchers = args[:endpoint_matchers] if args.key?(:endpoint_matchers)
|
1722
1727
|
@name = args[:name] if args.key?(:name)
|
1723
1728
|
@update_time = args[:update_time] if args.key?(:update_time)
|
1729
|
+
@upstreams = args[:upstreams] if args.key?(:upstreams)
|
1730
|
+
end
|
1731
|
+
end
|
1732
|
+
|
1733
|
+
# Which upstream resource to forward traffic to.
|
1734
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream
|
1735
|
+
include Google::Apis::Core::Hashable
|
1736
|
+
|
1737
|
+
# Routing policy information.
|
1738
|
+
# Corresponds to the JSON property `egressPolicy`
|
1739
|
+
# @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy]
|
1740
|
+
attr_accessor :egress_policy
|
1741
|
+
|
1742
|
+
# Network to forward traffic to.
|
1743
|
+
# Corresponds to the JSON property `network`
|
1744
|
+
# @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork]
|
1745
|
+
attr_accessor :network
|
1746
|
+
|
1747
|
+
def initialize(**args)
|
1748
|
+
update!(**args)
|
1749
|
+
end
|
1750
|
+
|
1751
|
+
# Update properties of this object
|
1752
|
+
def update!(**args)
|
1753
|
+
@egress_policy = args[:egress_policy] if args.key?(:egress_policy)
|
1754
|
+
@network = args[:network] if args.key?(:network)
|
1755
|
+
end
|
1756
|
+
end
|
1757
|
+
|
1758
|
+
# Network to forward traffic to.
|
1759
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork
|
1760
|
+
include Google::Apis::Core::Hashable
|
1761
|
+
|
1762
|
+
# Required. Network name is of the format: `projects/`project`/global/networks/`
|
1763
|
+
# network`
|
1764
|
+
# Corresponds to the JSON property `name`
|
1765
|
+
# @return [String]
|
1766
|
+
attr_accessor :name
|
1767
|
+
|
1768
|
+
def initialize(**args)
|
1769
|
+
update!(**args)
|
1770
|
+
end
|
1771
|
+
|
1772
|
+
# Update properties of this object
|
1773
|
+
def update!(**args)
|
1774
|
+
@name = args[:name] if args.key?(:name)
|
1775
|
+
end
|
1776
|
+
end
|
1777
|
+
|
1778
|
+
# Routing policy information.
|
1779
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy
|
1780
|
+
include Google::Apis::Core::Hashable
|
1781
|
+
|
1782
|
+
# Required. List of the regions where the application sends traffic.
|
1783
|
+
# Corresponds to the JSON property `regions`
|
1784
|
+
# @return [Array<String>]
|
1785
|
+
attr_accessor :regions
|
1786
|
+
|
1787
|
+
def initialize(**args)
|
1788
|
+
update!(**args)
|
1789
|
+
end
|
1790
|
+
|
1791
|
+
# Update properties of this object
|
1792
|
+
def update!(**args)
|
1793
|
+
@regions = args[:regions] if args.key?(:regions)
|
1724
1794
|
end
|
1725
1795
|
end
|
1726
1796
|
|
@@ -1862,6 +1932,12 @@ module Google
|
|
1862
1932
|
# @return [String]
|
1863
1933
|
attr_accessor :create_time
|
1864
1934
|
|
1935
|
+
# Output only. Service account used for operations that involve resources in
|
1936
|
+
# consumer projects.
|
1937
|
+
# Corresponds to the JSON property `delegatingServiceAccount`
|
1938
|
+
# @return [String]
|
1939
|
+
attr_accessor :delegating_service_account
|
1940
|
+
|
1865
1941
|
# Optional. An arbitrary user-provided name for the SecurityGateway. Cannot
|
1866
1942
|
# exceed 64 characters.
|
1867
1943
|
# Corresponds to the JSON property `displayName`
|
@@ -1902,6 +1978,7 @@ module Google
|
|
1902
1978
|
# Update properties of this object
|
1903
1979
|
def update!(**args)
|
1904
1980
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1981
|
+
@delegating_service_account = args[:delegating_service_account] if args.key?(:delegating_service_account)
|
1905
1982
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1906
1983
|
@external_ips = args[:external_ips] if args.key?(:external_ips)
|
1907
1984
|
@hubs = args[:hubs] if args.key?(:hubs)
|
@@ -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.39.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 = "20250714"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -268,6 +268,24 @@ module Google
|
|
268
268
|
include Google::Apis::Core::JsonObjectSupport
|
269
269
|
end
|
270
270
|
|
271
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
271
289
|
class GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher
|
272
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
291
|
|
@@ -853,6 +871,32 @@ module Google
|
|
853
871
|
|
854
872
|
property :name, as: 'name'
|
855
873
|
property :update_time, as: 'updateTime'
|
874
|
+
collection :upstreams, as: 'upstreams', class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream, decorator: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream::Representation
|
875
|
+
|
876
|
+
end
|
877
|
+
end
|
878
|
+
|
879
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream
|
880
|
+
# @private
|
881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
882
|
+
property :egress_policy, as: 'egressPolicy', class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy, decorator: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy::Representation
|
883
|
+
|
884
|
+
property :network, as: 'network', class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork, decorator: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork::Representation
|
885
|
+
|
886
|
+
end
|
887
|
+
end
|
888
|
+
|
889
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork
|
890
|
+
# @private
|
891
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
892
|
+
property :name, as: 'name'
|
893
|
+
end
|
894
|
+
end
|
895
|
+
|
896
|
+
class GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy
|
897
|
+
# @private
|
898
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
899
|
+
collection :regions, as: 'regions'
|
856
900
|
end
|
857
901
|
end
|
858
902
|
|
@@ -903,6 +947,7 @@ module Google
|
|
903
947
|
# @private
|
904
948
|
class Representation < Google::Apis::Core::JsonRepresentation
|
905
949
|
property :create_time, as: 'createTime'
|
950
|
+
property :delegating_service_account, as: 'delegatingServiceAccount'
|
906
951
|
property :display_name, as: 'displayName'
|
907
952
|
collection :external_ips, as: 'externalIps'
|
908
953
|
hash :hubs, as: 'hubs', class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Hub, decorator: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Hub::Representation
|
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.39.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.39.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:
|