Show / Hide Table of Contents

Class FoldersResource.LocationsResource.ListRequest

Lists locations with recommendations or insights.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

ExtraLocationTypes

Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.

Declaration
[RequestParameter("extraLocationTypes", RequestParameterType.Query)]
public virtual Repeatable<string> ExtraLocationTypes { get; set; }
Property Value
Type Description
Repeatable<string>

Filter

A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-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<GoogleCloudLocationListLocationsResponse>.HttpMethod

MethodName

Gets the method name.

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

Name

The resource that owns the locations collection, if applicable.

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

PageSize

The maximum number of results to return. If not set, the service selects a default.

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

PageToken

A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
RecommenderBaseServiceRequest<GoogleCloudLocationListLocationsResponse>.InitParameters()

Implements

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