Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.ListRequest

Lists PartnerTenants in a given organization.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>
OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>
IClientServiceRequest
Inherited Members
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.Xgafv
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.AccessToken
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.Alt
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.Callback
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.Fields
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.Key
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.OauthToken
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.PrettyPrint
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.QuotaUser
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.UploadType
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.Execute()
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.GetBody()
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.ETagAction
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BeyondCorp.v1alpha
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.ListRequest : BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>, IClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. A filter specifying constraints of a list operation. All fields in the PartnerTenant message are supported. For example, the following query will return the PartnerTenants with displayName "test-tenant" organizations/\({ORG_ID}/locations/\){LOCATION}/partnerTenants?filter=displayName="test-tenant" Nested fields are also supported. The follow query will return PartnerTenants with internal_tenant_id "1234" organizations/\({ORG_ID}/locations/\){LOCATION}/partnerTenants?filter=partnerMetadata.internalTenantId="1234" For more information, please refer to https://google.aip.dev/160.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.MethodName

OrderBy

Optional. Specifies the ordering of results. See Sorting order for more information.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The next_page_token value returned from a previous ListPartnerTenantsResponse, if any.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The parent organization to which the PartnerTenants belong. Format: organizations/{organization_id}/locations/global

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX