Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.ListRequest

Lists Services in an Application.

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

Filter

Optional. Filtering results

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<ListServicesResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. Hint for how to order the results

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

PageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

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

PageToken

Optional. A token identifying a page of results the server should return.

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

Parent

Required. Fully qualified name of the parent Application to list Services for. Expected format: projects/{project}/locations/{location}/applications/{application}.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AppHubBaseServiceRequest<ListServicesResponse>.InitParameters()

Implements

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