google-apis-beyondcorp_v1alpha 0.58.0 → 0.59.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 +4 -0
- data/lib/google/apis/beyondcorp_v1alpha/classes.rb +0 -129
- data/lib/google/apis/beyondcorp_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/beyondcorp_v1alpha/representations.rb +0 -63
- data/lib/google/apis/beyondcorp_v1alpha/service.rb +0 -130
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc02c6eae2d371466fa109259ba2dc61421375f3b0fee18a9899a1a420a3887d
|
|
4
|
+
data.tar.gz: c895ac64ee3f5906fa325bf1fb2ba40c36e145f1ba140ea2e4bbe5801ffc2d11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87cf6b5e1a66628acf86d29bca78ed62f36c3fef8ea76b25877b1020373be9de776ef6bff5058a219cea7763257066b37e0d496e70df0ae92c2ae4417d61d96a
|
|
7
|
+
data.tar.gz: 79d309391831590b1d255da4cba39c86eea385ab879caa3823f95875d1d9549036ddb8900f5c0efd2f6b70f40a6664055903978315e5959c59914b7f6b53d1c9
|
data/CHANGELOG.md
CHANGED
|
@@ -1848,84 +1848,6 @@ module Google
|
|
|
1848
1848
|
end
|
|
1849
1849
|
end
|
|
1850
1850
|
|
|
1851
|
-
# Message to capture group information
|
|
1852
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaGroup
|
|
1853
|
-
include Google::Apis::Core::Hashable
|
|
1854
|
-
|
|
1855
|
-
# The group email id
|
|
1856
|
-
# Corresponds to the JSON property `email`
|
|
1857
|
-
# @return [String]
|
|
1858
|
-
attr_accessor :email
|
|
1859
|
-
|
|
1860
|
-
# Google group id
|
|
1861
|
-
# Corresponds to the JSON property `id`
|
|
1862
|
-
# @return [String]
|
|
1863
|
-
attr_accessor :id
|
|
1864
|
-
|
|
1865
|
-
def initialize(**args)
|
|
1866
|
-
update!(**args)
|
|
1867
|
-
end
|
|
1868
|
-
|
|
1869
|
-
# Update properties of this object
|
|
1870
|
-
def update!(**args)
|
|
1871
|
-
@email = args[:email] if args.key?(:email)
|
|
1872
|
-
@id = args[:id] if args.key?(:id)
|
|
1873
|
-
end
|
|
1874
|
-
end
|
|
1875
|
-
|
|
1876
|
-
# Message for response to listing PartnerTenants.
|
|
1877
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
|
|
1878
|
-
include Google::Apis::Core::Hashable
|
|
1879
|
-
|
|
1880
|
-
# A token to retrieve the next page of results, or empty if there are no more
|
|
1881
|
-
# results in the list.
|
|
1882
|
-
# Corresponds to the JSON property `nextPageToken`
|
|
1883
|
-
# @return [String]
|
|
1884
|
-
attr_accessor :next_page_token
|
|
1885
|
-
|
|
1886
|
-
# The list of PartnerTenant objects.
|
|
1887
|
-
# Corresponds to the JSON property `partnerTenants`
|
|
1888
|
-
# @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant>]
|
|
1889
|
-
attr_accessor :partner_tenants
|
|
1890
|
-
|
|
1891
|
-
def initialize(**args)
|
|
1892
|
-
update!(**args)
|
|
1893
|
-
end
|
|
1894
|
-
|
|
1895
|
-
# Update properties of this object
|
|
1896
|
-
def update!(**args)
|
|
1897
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
1898
|
-
@partner_tenants = args[:partner_tenants] if args.key?(:partner_tenants)
|
|
1899
|
-
end
|
|
1900
|
-
end
|
|
1901
|
-
|
|
1902
|
-
# Metadata associated with PartnerTenant and is provided by the Partner.
|
|
1903
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
|
|
1904
|
-
include Google::Apis::Core::Hashable
|
|
1905
|
-
|
|
1906
|
-
# Optional. UUID used by the Partner to refer to the PartnerTenant in their
|
|
1907
|
-
# internal systems.
|
|
1908
|
-
# Corresponds to the JSON property `internalTenantId`
|
|
1909
|
-
# @return [String]
|
|
1910
|
-
attr_accessor :internal_tenant_id
|
|
1911
|
-
|
|
1912
|
-
# Optional. UUID used by the Partner to refer to the PartnerTenant in their
|
|
1913
|
-
# internal systems.
|
|
1914
|
-
# Corresponds to the JSON property `partnerTenantId`
|
|
1915
|
-
# @return [String]
|
|
1916
|
-
attr_accessor :partner_tenant_id
|
|
1917
|
-
|
|
1918
|
-
def initialize(**args)
|
|
1919
|
-
update!(**args)
|
|
1920
|
-
end
|
|
1921
|
-
|
|
1922
|
-
# Update properties of this object
|
|
1923
|
-
def update!(**args)
|
|
1924
|
-
@internal_tenant_id = args[:internal_tenant_id] if args.key?(:internal_tenant_id)
|
|
1925
|
-
@partner_tenant_id = args[:partner_tenant_id] if args.key?(:partner_tenant_id)
|
|
1926
|
-
end
|
|
1927
|
-
end
|
|
1928
|
-
|
|
1929
1851
|
# Represents the metadata of the long-running operation.
|
|
1930
1852
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata
|
|
1931
1853
|
include Google::Apis::Core::Hashable
|
|
@@ -1985,57 +1907,6 @@ module Google
|
|
|
1985
1907
|
end
|
|
1986
1908
|
end
|
|
1987
1909
|
|
|
1988
|
-
# Information about a BeyoncCorp Enterprise PartnerTenant.
|
|
1989
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant
|
|
1990
|
-
include Google::Apis::Core::Hashable
|
|
1991
|
-
|
|
1992
|
-
# Output only. Timestamp when the resource was created.
|
|
1993
|
-
# Corresponds to the JSON property `createTime`
|
|
1994
|
-
# @return [String]
|
|
1995
|
-
attr_accessor :create_time
|
|
1996
|
-
|
|
1997
|
-
# Optional. An arbitrary caller-provided name for the PartnerTenant. Cannot
|
|
1998
|
-
# exceed 64 characters.
|
|
1999
|
-
# Corresponds to the JSON property `displayName`
|
|
2000
|
-
# @return [String]
|
|
2001
|
-
attr_accessor :display_name
|
|
2002
|
-
|
|
2003
|
-
# Message to capture group information
|
|
2004
|
-
# Corresponds to the JSON property `group`
|
|
2005
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaGroup]
|
|
2006
|
-
attr_accessor :group
|
|
2007
|
-
|
|
2008
|
-
# Output only. Unique resource name of the PartnerTenant. The name is ignored
|
|
2009
|
-
# when creating PartnerTenant.
|
|
2010
|
-
# Corresponds to the JSON property `name`
|
|
2011
|
-
# @return [String]
|
|
2012
|
-
attr_accessor :name
|
|
2013
|
-
|
|
2014
|
-
# Metadata associated with PartnerTenant and is provided by the Partner.
|
|
2015
|
-
# Corresponds to the JSON property `partnerMetadata`
|
|
2016
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata]
|
|
2017
|
-
attr_accessor :partner_metadata
|
|
2018
|
-
|
|
2019
|
-
# Output only. Timestamp when the resource was last modified.
|
|
2020
|
-
# Corresponds to the JSON property `updateTime`
|
|
2021
|
-
# @return [String]
|
|
2022
|
-
attr_accessor :update_time
|
|
2023
|
-
|
|
2024
|
-
def initialize(**args)
|
|
2025
|
-
update!(**args)
|
|
2026
|
-
end
|
|
2027
|
-
|
|
2028
|
-
# Update properties of this object
|
|
2029
|
-
def update!(**args)
|
|
2030
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
|
2031
|
-
@display_name = args[:display_name] if args.key?(:display_name)
|
|
2032
|
-
@group = args[:group] if args.key?(:group)
|
|
2033
|
-
@name = args[:name] if args.key?(:name)
|
|
2034
|
-
@partner_metadata = args[:partner_metadata] if args.key?(:partner_metadata)
|
|
2035
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
|
2036
|
-
end
|
|
2037
|
-
end
|
|
2038
|
-
|
|
2039
1910
|
# Represents the metadata of the long-running operation.
|
|
2040
1911
|
class GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata
|
|
2041
1912
|
include Google::Apis::Core::Hashable
|
|
@@ -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.59.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 = "20260107"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -286,36 +286,12 @@ module Google
|
|
|
286
286
|
include Google::Apis::Core::JsonObjectSupport
|
|
287
287
|
end
|
|
288
288
|
|
|
289
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaGroup
|
|
290
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
-
|
|
292
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
-
end
|
|
294
|
-
|
|
295
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
|
|
296
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
|
-
|
|
298
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
299
|
-
end
|
|
300
|
-
|
|
301
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
|
|
302
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
|
-
|
|
304
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
305
|
-
end
|
|
306
|
-
|
|
307
289
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata
|
|
308
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
291
|
|
|
310
292
|
include Google::Apis::Core::JsonObjectSupport
|
|
311
293
|
end
|
|
312
294
|
|
|
313
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant
|
|
314
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
|
-
|
|
316
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
-
end
|
|
318
|
-
|
|
319
295
|
class GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata
|
|
320
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
297
|
|
|
@@ -1175,31 +1151,6 @@ module Google
|
|
|
1175
1151
|
end
|
|
1176
1152
|
end
|
|
1177
1153
|
|
|
1178
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaGroup
|
|
1179
|
-
# @private
|
|
1180
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1181
|
-
property :email, as: 'email'
|
|
1182
|
-
property :id, as: 'id'
|
|
1183
|
-
end
|
|
1184
|
-
end
|
|
1185
|
-
|
|
1186
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
|
|
1187
|
-
# @private
|
|
1188
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1189
|
-
property :next_page_token, as: 'nextPageToken'
|
|
1190
|
-
collection :partner_tenants, as: 'partnerTenants', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant::Representation
|
|
1191
|
-
|
|
1192
|
-
end
|
|
1193
|
-
end
|
|
1194
|
-
|
|
1195
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
|
|
1196
|
-
# @private
|
|
1197
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1198
|
-
property :internal_tenant_id, as: 'internalTenantId'
|
|
1199
|
-
property :partner_tenant_id, as: 'partnerTenantId'
|
|
1200
|
-
end
|
|
1201
|
-
end
|
|
1202
|
-
|
|
1203
1154
|
class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata
|
|
1204
1155
|
# @private
|
|
1205
1156
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1213,20 +1164,6 @@ module Google
|
|
|
1213
1164
|
end
|
|
1214
1165
|
end
|
|
1215
1166
|
|
|
1216
|
-
class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant
|
|
1217
|
-
# @private
|
|
1218
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1219
|
-
property :create_time, as: 'createTime'
|
|
1220
|
-
property :display_name, as: 'displayName'
|
|
1221
|
-
property :group, as: 'group', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaGroup, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaGroup::Representation
|
|
1222
|
-
|
|
1223
|
-
property :name, as: 'name'
|
|
1224
|
-
property :partner_metadata, as: 'partnerMetadata', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata::Representation
|
|
1225
|
-
|
|
1226
|
-
property :update_time, as: 'updateTime'
|
|
1227
|
-
end
|
|
1228
|
-
end
|
|
1229
|
-
|
|
1230
1167
|
class GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata
|
|
1231
1168
|
# @private
|
|
1232
1169
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -55,136 +55,6 @@ module Google
|
|
|
55
55
|
@batch_path = 'batch'
|
|
56
56
|
end
|
|
57
57
|
|
|
58
|
-
# Deletes a single PartnerTenant.
|
|
59
|
-
# @param [String] name
|
|
60
|
-
# Required. Name of the resource.
|
|
61
|
-
# @param [String] request_id
|
|
62
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
|
63
|
-
# request ID so that if you must retry your request, the server will know to
|
|
64
|
-
# ignore the request if it has already been completed. The server will guarantee
|
|
65
|
-
# that for at least 60 minutes after the first request. For example, consider a
|
|
66
|
-
# situation where you make an initial request and the request times out. If you
|
|
67
|
-
# make the request again with the same request ID, the server can check if
|
|
68
|
-
# original operation with the same request ID was received, and if so, will
|
|
69
|
-
# ignore the second request. This prevents clients from accidentally creating
|
|
70
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
|
71
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
|
72
|
-
# @param [String] fields
|
|
73
|
-
# Selector specifying which fields to include in a partial response.
|
|
74
|
-
# @param [String] quota_user
|
|
75
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
76
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
77
|
-
# @param [Google::Apis::RequestOptions] options
|
|
78
|
-
# Request-specific options
|
|
79
|
-
#
|
|
80
|
-
# @yield [result, err] Result & error if block supplied
|
|
81
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
|
82
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
83
|
-
#
|
|
84
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
|
85
|
-
#
|
|
86
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
87
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
88
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
89
|
-
def delete_organization_location_global_partner_tenant(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
90
|
-
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
|
91
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
|
92
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
|
93
|
-
command.params['name'] = name unless name.nil?
|
|
94
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
|
95
|
-
command.query['fields'] = fields unless fields.nil?
|
|
96
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
97
|
-
execute_or_queue_command(command, &block)
|
|
98
|
-
end
|
|
99
|
-
|
|
100
|
-
# Gets details of a single PartnerTenant.
|
|
101
|
-
# @param [String] name
|
|
102
|
-
# Required. The resource name of the PartnerTenant using the form: `
|
|
103
|
-
# organizations/`organization_id`/locations/global/partnerTenants/`
|
|
104
|
-
# partner_tenant_id``
|
|
105
|
-
# @param [String] fields
|
|
106
|
-
# Selector specifying which fields to include in a partial response.
|
|
107
|
-
# @param [String] quota_user
|
|
108
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
109
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
110
|
-
# @param [Google::Apis::RequestOptions] options
|
|
111
|
-
# Request-specific options
|
|
112
|
-
#
|
|
113
|
-
# @yield [result, err] Result & error if block supplied
|
|
114
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant] parsed result object
|
|
115
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
116
|
-
#
|
|
117
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant]
|
|
118
|
-
#
|
|
119
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
120
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
121
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
122
|
-
def get_organization_location_global_partner_tenant(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
123
|
-
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
|
124
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant::Representation
|
|
125
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant
|
|
126
|
-
command.params['name'] = name unless name.nil?
|
|
127
|
-
command.query['fields'] = fields unless fields.nil?
|
|
128
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
129
|
-
execute_or_queue_command(command, &block)
|
|
130
|
-
end
|
|
131
|
-
|
|
132
|
-
# Lists PartnerTenants in a given organization.
|
|
133
|
-
# @param [String] parent
|
|
134
|
-
# Required. The parent organization to which the PartnerTenants belong. Format: `
|
|
135
|
-
# organizations/`organization_id`/locations/global`
|
|
136
|
-
# @param [String] filter
|
|
137
|
-
# Optional. A filter specifying constraints of a list operation. All fields in
|
|
138
|
-
# the PartnerTenant message are supported. For example, the following query will
|
|
139
|
-
# return the PartnerTenants with displayName "test-tenant" organizations/$`
|
|
140
|
-
# ORG_ID`/locations/$`LOCATION`/partnerTenants?filter=displayName="test-tenant"
|
|
141
|
-
# Nested fields are also supported. The follow query will return PartnerTenants
|
|
142
|
-
# with internal_tenant_id "1234" organizations/$`ORG_ID`/locations/$`LOCATION`/
|
|
143
|
-
# partnerTenants?filter=partnerMetadata.internalTenantId="1234" For more
|
|
144
|
-
# information, please refer to https://google.aip.dev/160.
|
|
145
|
-
# @param [String] order_by
|
|
146
|
-
# Optional. Specifies the ordering of results. See [Sorting order](https://cloud.
|
|
147
|
-
# google.com/apis/design/design_patterns#sorting_order) for more information.
|
|
148
|
-
# @param [Fixnum] page_size
|
|
149
|
-
# Optional. The maximum number of items to return. If not specified, a default
|
|
150
|
-
# value of 50 will be used by the service. Regardless of the page_size value,
|
|
151
|
-
# the response may include a partial list and a caller should only rely on
|
|
152
|
-
# response's next_page_token to determine if there are more instances left to be
|
|
153
|
-
# queried.
|
|
154
|
-
# @param [String] page_token
|
|
155
|
-
# Optional. The next_page_token value returned from a previous
|
|
156
|
-
# ListPartnerTenantsResponse, if any.
|
|
157
|
-
# @param [String] fields
|
|
158
|
-
# Selector specifying which fields to include in a partial response.
|
|
159
|
-
# @param [String] quota_user
|
|
160
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
161
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
162
|
-
# @param [Google::Apis::RequestOptions] options
|
|
163
|
-
# Request-specific options
|
|
164
|
-
#
|
|
165
|
-
# @yield [result, err] Result & error if block supplied
|
|
166
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse] parsed result object
|
|
167
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
168
|
-
#
|
|
169
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse]
|
|
170
|
-
#
|
|
171
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
172
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
173
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
174
|
-
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)
|
|
175
|
-
command = make_simple_command(:get, 'v1alpha/{+parent}/partnerTenants', options)
|
|
176
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse::Representation
|
|
177
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
|
|
178
|
-
command.params['parent'] = parent unless parent.nil?
|
|
179
|
-
command.query['filter'] = filter unless filter.nil?
|
|
180
|
-
command.query['orderBy'] = order_by unless order_by.nil?
|
|
181
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
|
182
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
|
183
|
-
command.query['fields'] = fields unless fields.nil?
|
|
184
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
185
|
-
execute_or_queue_command(command, &block)
|
|
186
|
-
end
|
|
187
|
-
|
|
188
58
|
# Gets the value for a selected particular insight based on the provided filters.
|
|
189
59
|
# Use the organization level path for fetching at org level and project level
|
|
190
60
|
# path for fetching the insight value specific to a particular project.
|
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.
|
|
4
|
+
version: 0.59.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.59.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:
|