Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApisResource.ListRequest

Returns matching APIs.

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

An expression that can be used to filter the list. Filters use the Common Expression Language and can refer to all message fields.

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.ListApisResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.ListApisResponse>.MethodName

OrderBy

A comma-separated list of fields, e.g. "foo,bar" Fields can be sorted in descending order using the "desc" identifier, e.g. "foo desc,bar"

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

PageSize

The maximum number of APIs to return. The service may return fewer than this value. If unspecified, at most 50 values will be returned. The maximum is 1000; values above 1000 will be coerced to 1000.

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

PageToken

A page token, received from a previous ListApis call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListApis must match the call that provided the page token.

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

Parent

Required. The parent, which owns this collection of APIs. Format: projects/*/locations/*

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.ListApisResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ApigeeRegistryBaseServiceRequest<ListApisResponse>.InitParameters()

Implements

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