Show / Hide Table of Contents

Class PlatformsResource.PropertiesResource.IdeasResource.ListRequest

List ideas for a given Creator and filter and sort options.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>
PlatformsResource.PropertiesResource.IdeasResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.Xgafv
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.AccessToken
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.Alt
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.Callback
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.Fields
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.Key
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.OauthToken
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.PrettyPrint
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.QuotaUser
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.UploadType
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Ideahub.v1beta
Assembly: Google.Apis.Ideahub.v1beta.dll
Syntax
public class ListRequest : IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>, IClientServiceRequest<GoogleSearchIdeahubV1betaListIdeasResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.String parent

Properties

Filter

Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the AND operator was always used. The OR operator is currently unsupported. * Supported functions: - saved(bool): If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with dismissed(bool). - dismissed(bool): If set to true, fetches only dismissed ideas. Can't be simultaneously used with saved(bool). The false value is currently unsupported. Examples: * saved(true) * saved(false) * dismissed(true) The length of this field should be no more than 500 characters.

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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.MethodName

OrderBy

Order semantics described below.

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

PageSize

The maximum number of ideas per page. If unspecified, at most 10 ideas will be returned. The maximum value is 2000; values above 2000 will be coerced to 2000.

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

PageToken

Used to fetch next page.

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

Parent

Required. If defined, specifies the creator for which to filter by. Format: publishers/{publisher}/properties/{property}

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Ideahub.v1beta.IdeahubBaseServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaListIdeasResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top