Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UnitGroupsResource.ListRequest

Retrieve a collection of unit groups.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListUnitGroupsResponse>
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>
ProjectsResource.LocationsResource.UnitGroupsResource.ListRequest
Implements
IClientServiceRequest<ListUnitGroupsResponse>
IClientServiceRequest
Inherited Members
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.Xgafv
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.AccessToken
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.Alt
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.Callback
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.Fields
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.Key
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.OauthToken
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.PrettyPrint
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.QuotaUser
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.UploadType
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.UploadProtocol
ClientServiceRequest<ListUnitGroupsResponse>.Execute()
ClientServiceRequest<ListUnitGroupsResponse>.ExecuteAsStream()
ClientServiceRequest<ListUnitGroupsResponse>.ExecuteAsync()
ClientServiceRequest<ListUnitGroupsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListUnitGroupsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListUnitGroupsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListUnitGroupsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListUnitGroupsResponse>.GenerateRequestUri()
ClientServiceRequest<ListUnitGroupsResponse>.GetBody()
ClientServiceRequest<ListUnitGroupsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListUnitGroupsResponse>.ETagAction
ClientServiceRequest<ListUnitGroupsResponse>.ModifyRequest
ClientServiceRequest<ListUnitGroupsResponse>.ValidateParameters
ClientServiceRequest<ListUnitGroupsResponse>.ApiVersion
ClientServiceRequest<ListUnitGroupsResponse>.RequestParameters
ClientServiceRequest<ListUnitGroupsResponse>.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.SaaSServiceManagement.v1beta1
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.UnitGroupsResource.ListRequest : SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>, IClientServiceRequest<ListUnitGroupsResponse>, 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

Filter the list as specified in 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<ListUnitGroupsResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Order results as specified in https://google.aip.dev/132.

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

PageSize

The maximum number of unit groups to send per page.

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

PageToken

The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

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

Parent

Required. The parent of the unit group.

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<ListUnitGroupsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
SaaSServiceManagementBaseServiceRequest<ListUnitGroupsResponse>.InitParameters()

Implements

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