Show / Hide Table of Contents

Class AppsResource.LocationsResource.ListRequest

Lists information about the supported locations for this service.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

AppsId

Part of name. The resource that owns the locations collection, if applicable.

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

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 (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<ListLocationsResponse>.HttpMethod

MethodName

Gets the method name.

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

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AppengineBaseServiceRequest<ListLocationsResponse>.InitParameters()

Implements

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