Show / Hide Table of Contents

Class AccountsResource.LabelsResource.ListRequest

Lists the labels owned by an account.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of labels to return. The service may return fewer than this value. If unspecified, at most 50 labels will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

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

PageToken

A page token, received from a previous ListAccountLabels call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAccountLabels must match the call that provided the page token.

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

Parent

Required. The parent account. Format: accounts/{account}

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CssBaseServiceRequest<ListAccountLabelsResponse>.InitParameters()

Implements

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