Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApisResource.ConfigsResource.ListRequest

Lists ApiConfigs in a given project and location.

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

Filter.

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

MethodName

Gets the method name.

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

OrderBy

Order by parameters.

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

PageSize

Page size.

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

PageToken

Page token.

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

Parent

Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/*

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ApigatewayBaseServiceRequest<ApigatewayListApiConfigsResponse>.InitParameters()

Implements

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