google-apis-beyondcorp_v1alpha 0.27.0 → 0.29.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/beyondcorp_v1alpha/classes.rb +16 -28
- data/lib/google/apis/beyondcorp_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/beyondcorp_v1alpha/representations.rb +2 -15
- data/lib/google/apis/beyondcorp_v1alpha/service.rb +60 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20ea2f484cc7d93c9ab3e37c620d19f8bec3b5011b99ca83e10e3a01552d5d97
|
4
|
+
data.tar.gz: 54368883fb933a3ed37d069e8def0e6c09293540b25298ca8f311d95b81b2098
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dd42ac253449e1d3c628af3c94d70c48b49717ed36ea88ddd248ca396d00c16c7f4f584b6680aff9d81b2b7d4abf672dbb004ffa6c56815d3c3a56f4faa5b6c
|
7
|
+
data.tar.gz: 5df1fcde7c6f10c204bcd5d6293fe34ac0cb5c19a8b2e642bd24ffb3101ae5eb062e15b5a1c99972a0d86e7656ba7909526b29e83ed551e60f92838481c88f6d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-beyondcorp_v1alpha
|
2
2
|
|
3
|
+
### v0.29.0 (2023-10-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231018
|
6
|
+
|
7
|
+
### v0.28.0 (2023-10-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231011
|
10
|
+
|
3
11
|
### v0.27.0 (2023-10-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230927
|
@@ -1925,6 +1925,12 @@ module Google
|
|
1925
1925
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
|
1926
1926
|
include Google::Apis::Core::Hashable
|
1927
1927
|
|
1928
|
+
# A token to retrieve the next page of results, or empty if there are no more
|
1929
|
+
# results in the list.
|
1930
|
+
# Corresponds to the JSON property `nextPageToken`
|
1931
|
+
# @return [String]
|
1932
|
+
attr_accessor :next_page_token
|
1933
|
+
|
1928
1934
|
# The list of PartnerTenant objects.
|
1929
1935
|
# Corresponds to the JSON property `partnerTenants`
|
1930
1936
|
# @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant>]
|
@@ -1936,6 +1942,7 @@ module Google
|
|
1936
1942
|
|
1937
1943
|
# Update properties of this object
|
1938
1944
|
def update!(**args)
|
1945
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1939
1946
|
@partner_tenants = args[:partner_tenants] if args.key?(:partner_tenants)
|
1940
1947
|
end
|
1941
1948
|
end
|
@@ -1944,6 +1951,12 @@ module Google
|
|
1944
1951
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
|
1945
1952
|
include Google::Apis::Core::Hashable
|
1946
1953
|
|
1954
|
+
# A token to retrieve the next page of results, or empty if there are no more
|
1955
|
+
# results in the list.
|
1956
|
+
# Corresponds to the JSON property `nextPageToken`
|
1957
|
+
# @return [String]
|
1958
|
+
attr_accessor :next_page_token
|
1959
|
+
|
1947
1960
|
# The list of ProxyConfig objects.
|
1948
1961
|
# Corresponds to the JSON property `proxyConfigs`
|
1949
1962
|
# @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig>]
|
@@ -1955,6 +1968,7 @@ module Google
|
|
1955
1968
|
|
1956
1969
|
# Update properties of this object
|
1957
1970
|
def update!(**args)
|
1971
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1958
1972
|
@proxy_configs = args[:proxy_configs] if args.key?(:proxy_configs)
|
1959
1973
|
end
|
1960
1974
|
end
|
@@ -2096,7 +2110,7 @@ module Google
|
|
2096
2110
|
end
|
2097
2111
|
end
|
2098
2112
|
|
2099
|
-
# Proxy Configuration of a
|
2113
|
+
# Proxy Configuration of a PartnerTenant.
|
2100
2114
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig
|
2101
2115
|
include Google::Apis::Core::Hashable
|
2102
2116
|
|
@@ -2121,11 +2135,6 @@ module Google
|
|
2121
2135
|
# @return [String]
|
2122
2136
|
attr_accessor :name
|
2123
2137
|
|
2124
|
-
# The protocol data that specifies how to communicate with Partner's Proxy.
|
2125
|
-
# Corresponds to the JSON property `proxyProtocolConfig`
|
2126
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig]
|
2127
|
-
attr_accessor :proxy_protocol_config
|
2128
|
-
|
2129
2138
|
# Required. The URI of the proxy server.
|
2130
2139
|
# Corresponds to the JSON property `proxyUri`
|
2131
2140
|
# @return [String]
|
@@ -2156,7 +2165,6 @@ module Google
|
|
2156
2165
|
@display_name = args[:display_name] if args.key?(:display_name)
|
2157
2166
|
@encryption_info = args[:encryption_info] if args.key?(:encryption_info)
|
2158
2167
|
@name = args[:name] if args.key?(:name)
|
2159
|
-
@proxy_protocol_config = args[:proxy_protocol_config] if args.key?(:proxy_protocol_config)
|
2160
2168
|
@proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
|
2161
2169
|
@routing_info = args[:routing_info] if args.key?(:routing_info)
|
2162
2170
|
@transport_info = args[:transport_info] if args.key?(:transport_info)
|
@@ -2164,26 +2172,6 @@ module Google
|
|
2164
2172
|
end
|
2165
2173
|
end
|
2166
2174
|
|
2167
|
-
# The protocol data that specifies how to communicate with Partner's Proxy.
|
2168
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
|
2169
|
-
include Google::Apis::Core::Hashable
|
2170
|
-
|
2171
|
-
# Optional. Untyped property bag to be sent back to the proxy using client
|
2172
|
-
# specific mechanism.
|
2173
|
-
# Corresponds to the JSON property `metadata`
|
2174
|
-
# @return [Hash<String,String>]
|
2175
|
-
attr_accessor :metadata
|
2176
|
-
|
2177
|
-
def initialize(**args)
|
2178
|
-
update!(**args)
|
2179
|
-
end
|
2180
|
-
|
2181
|
-
# Update properties of this object
|
2182
|
-
def update!(**args)
|
2183
|
-
@metadata = args[:metadata] if args.key?(:metadata)
|
2184
|
-
end
|
2185
|
-
end
|
2186
|
-
|
2187
2175
|
# Message contains the routing information to direct traffic to the proxy server.
|
2188
2176
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
|
2189
2177
|
include Google::Apis::Core::Hashable
|
@@ -2723,7 +2711,7 @@ module Google
|
|
2723
2711
|
# @return [String]
|
2724
2712
|
attr_accessor :name
|
2725
2713
|
|
2726
|
-
#
|
2714
|
+
# Optional. Number of seats in the subscription.
|
2727
2715
|
# Corresponds to the JSON property `seatCount`
|
2728
2716
|
# @return [Fixnum]
|
2729
2717
|
attr_accessor :seat_count
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231018"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -346,12 +346,6 @@ module Google
|
|
346
346
|
include Google::Apis::Core::JsonObjectSupport
|
347
347
|
end
|
348
348
|
|
349
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
|
350
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
-
|
352
|
-
include Google::Apis::Core::JsonObjectSupport
|
353
|
-
end
|
354
|
-
|
355
349
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
|
356
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
351
|
|
@@ -1119,6 +1113,7 @@ module Google
|
|
1119
1113
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
|
1120
1114
|
# @private
|
1121
1115
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1116
|
+
property :next_page_token, as: 'nextPageToken'
|
1122
1117
|
collection :partner_tenants, as: 'partnerTenants', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant::Representation
|
1123
1118
|
|
1124
1119
|
end
|
@@ -1127,6 +1122,7 @@ module Google
|
|
1127
1122
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
|
1128
1123
|
# @private
|
1129
1124
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1125
|
+
property :next_page_token, as: 'nextPageToken'
|
1130
1126
|
collection :proxy_configs, as: 'proxyConfigs', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig::Representation
|
1131
1127
|
|
1132
1128
|
end
|
@@ -1175,8 +1171,6 @@ module Google
|
|
1175
1171
|
property :encryption_info, as: 'encryptionInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo::Representation
|
1176
1172
|
|
1177
1173
|
property :name, as: 'name'
|
1178
|
-
property :proxy_protocol_config, as: 'proxyProtocolConfig', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig::Representation
|
1179
|
-
|
1180
1174
|
property :proxy_uri, as: 'proxyUri'
|
1181
1175
|
property :routing_info, as: 'routingInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo::Representation
|
1182
1176
|
|
@@ -1186,13 +1180,6 @@ module Google
|
|
1186
1180
|
end
|
1187
1181
|
end
|
1188
1182
|
|
1189
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
|
1190
|
-
# @private
|
1191
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1192
|
-
hash :metadata, as: 'metadata'
|
1193
|
-
end
|
1194
|
-
end
|
1195
|
-
|
1196
1183
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
|
1197
1184
|
# @private
|
1198
1185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -222,6 +222,27 @@ module Google
|
|
222
222
|
# @param [String] parent
|
223
223
|
# Required. The parent organization to which the PartnerTenants belong. Format: `
|
224
224
|
# organizations/`organization_id`/locations/global`
|
225
|
+
# @param [String] filter
|
226
|
+
# Optional. A filter specifying constraints of a list operation. All fields in
|
227
|
+
# the PartnerTenant message are supported. For example, the following query will
|
228
|
+
# return the PartnerTenants with displayName "test-tenant" organizations/$`
|
229
|
+
# ORG_ID`/locations/$`LOCATION`/partnerTenants?filter=displayName="test-tenant"
|
230
|
+
# Nested fields are also supported. The follow query will return PartnerTenants
|
231
|
+
# with internal_tenant_id "1234" organizations/$`ORG_ID`/locations/$`LOCATION`/
|
232
|
+
# partnerTenants?filter=partnerMetadata.internalTenantId="1234" For more
|
233
|
+
# information, please refer to https://google.aip.dev/160.
|
234
|
+
# @param [String] order_by
|
235
|
+
# Optional. Specifies the ordering of results. See [Sorting order](https://cloud.
|
236
|
+
# google.com/apis/design/design_patterns#sorting_order) for more information.
|
237
|
+
# @param [Fixnum] page_size
|
238
|
+
# Optional. The maximum number of items to return. If not specified, a default
|
239
|
+
# value of 50 will be used by the service. Regardless of the page_size value,
|
240
|
+
# the response may include a partial list and a caller should only rely on
|
241
|
+
# response's next_page_token to determine if there are more instances left to be
|
242
|
+
# queried.
|
243
|
+
# @param [String] page_token
|
244
|
+
# Optional. The next_page_token value returned from a previous
|
245
|
+
# ListPartnerTenantsResponse, if any.
|
225
246
|
# @param [String] fields
|
226
247
|
# Selector specifying which fields to include in a partial response.
|
227
248
|
# @param [String] quota_user
|
@@ -239,11 +260,15 @@ module Google
|
|
239
260
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
240
261
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
241
262
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
242
|
-
def list_organization_location_global_partner_tenants(parent, fields: nil, quota_user: nil, options: nil, &block)
|
263
|
+
def list_organization_location_global_partner_tenants(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
243
264
|
command = make_simple_command(:get, 'v1alpha/{+parent}/partnerTenants', options)
|
244
265
|
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse::Representation
|
245
266
|
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
|
246
267
|
command.params['parent'] = parent unless parent.nil?
|
268
|
+
command.query['filter'] = filter unless filter.nil?
|
269
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
270
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
271
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
247
272
|
command.query['fields'] = fields unless fields.nil?
|
248
273
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
249
274
|
execute_or_queue_command(command, &block)
|
@@ -270,7 +295,8 @@ module Google
|
|
270
295
|
# PartnerTenant resource by the update. The fields specified in the update_mask
|
271
296
|
# are relative to the resource, not the full request. A field will be
|
272
297
|
# overwritten if it is in the mask. If the user does not provide a mask then all
|
273
|
-
# fields will be overwritten.
|
298
|
+
# fields will be overwritten. Mutable fields: display_name, partner_metadata,
|
299
|
+
# group_information.
|
274
300
|
# @param [String] fields
|
275
301
|
# Selector specifying which fields to include in a partial response.
|
276
302
|
# @param [String] quota_user
|
@@ -707,8 +733,9 @@ module Google
|
|
707
733
|
# PartnerTenant. Can only be called by on onboarded Beyondcorp Enterprise
|
708
734
|
# partner.
|
709
735
|
# @param [String] parent
|
710
|
-
# Required. The resource name of the
|
711
|
-
# organization_id`/locations/global/
|
736
|
+
# Required. The resource name of the parent PartnerTenant using the form: `
|
737
|
+
# organizations/`organization_id`/locations/global/partnerTenants/`
|
738
|
+
# partner_tenant_id``
|
712
739
|
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig] google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object
|
713
740
|
# @param [String] request_id
|
714
741
|
# Optional. An optional request ID to identify requests. Specify a unique
|
@@ -796,8 +823,8 @@ module Google
|
|
796
823
|
# Gets details of a single ProxyConfig.
|
797
824
|
# @param [String] name
|
798
825
|
# Required. The resource name of the ProxyConfig using the form: `organizations/`
|
799
|
-
# organization_id`/locations/global/
|
800
|
-
# proxy_config_id``
|
826
|
+
# organization_id`/locations/global/partnerTenants/`partner_tenant_id`/
|
827
|
+
# proxyConfigs/`proxy_config_id``
|
801
828
|
# @param [String] fields
|
802
829
|
# Selector specifying which fields to include in a partial response.
|
803
830
|
# @param [String] quota_user
|
@@ -875,6 +902,28 @@ module Google
|
|
875
902
|
# Required. The parent organization to which the ProxyConfigs belong. Format: `
|
876
903
|
# organizations/`organization_id`/locations/global/partnerTenants/`
|
877
904
|
# partner_tenant_id``
|
905
|
+
# @param [String] filter
|
906
|
+
# Optional. A filter specifying constraints of a list operation. All fields in
|
907
|
+
# the ProxyConfig message are supported. For example, the following query will
|
908
|
+
# return the ProxyConfigs with displayName "test-config" organizations/$`ORG_ID`/
|
909
|
+
# locations/global/partnerTenants/$`PARTNER_TENANT_ID`/proxyConfigs?filter=
|
910
|
+
# displayName="test-config" Nested fields are also supported. The follow query
|
911
|
+
# will return ProxyConfigs with pacUri "example.com/pac.pac" organizations/$`
|
912
|
+
# ORG_ID`/locations/global/partnerTenants/$`PARTNER_TENANT_ID`/proxyConfigs?
|
913
|
+
# filter=routingInfo.pacUri="example.com/pac.pac" For more information, please
|
914
|
+
# refer to https://google.aip.dev/160.
|
915
|
+
# @param [String] order_by
|
916
|
+
# Optional. Specifies the ordering of results. See [Sorting order](https://cloud.
|
917
|
+
# google.com/apis/design/design_patterns#sorting_order) for more information.
|
918
|
+
# @param [Fixnum] page_size
|
919
|
+
# Optional. The maximum number of items to return. If not specified, a default
|
920
|
+
# value of 50 will be used by the service. Regardless of the page_size value,
|
921
|
+
# the response may include a partial list and a caller should only rely on
|
922
|
+
# response's next_page_token to determine if there are more instances left to be
|
923
|
+
# queried.
|
924
|
+
# @param [String] page_token
|
925
|
+
# Optional. The next_page_token value returned from a previous
|
926
|
+
# ListProxyConfigsRequest, if any.
|
878
927
|
# @param [String] fields
|
879
928
|
# Selector specifying which fields to include in a partial response.
|
880
929
|
# @param [String] quota_user
|
@@ -892,11 +941,15 @@ module Google
|
|
892
941
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
893
942
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
894
943
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
895
|
-
def list_organization_location_global_partner_tenant_proxy_configs(parent, fields: nil, quota_user: nil, options: nil, &block)
|
944
|
+
def list_organization_location_global_partner_tenant_proxy_configs(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
896
945
|
command = make_simple_command(:get, 'v1alpha/{+parent}/proxyConfigs', options)
|
897
946
|
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse::Representation
|
898
947
|
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
|
899
948
|
command.params['parent'] = parent unless parent.nil?
|
949
|
+
command.query['filter'] = filter unless filter.nil?
|
950
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
951
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
952
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
900
953
|
command.query['fields'] = fields unless fields.nil?
|
901
954
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
902
955
|
execute_or_queue_command(command, &block)
|
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
|
+
version: 0.29.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: 2023-10-
|
11
|
+
date: 2023-10-29 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.29.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: []
|