Show / Hide Table of Contents

Class ProjectsResource.BrandsResource.ListRequest

Lists the existing brands for the project.

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

MethodName

Gets the method name.

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

Parent

Required. GCP Project number/id. In the following format: projects/{project_number/id}.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudIAPBaseServiceRequest<ListBrandsResponse>.InitParameters()

Implements

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