Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProvidersResource.ListRequest

List providers.

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

The filter field that the list request will filter on.

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

MethodName

Gets the method name.

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

OrderBy

The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting oder is ascending. To specify descending order for a field, append a desc suffix; for example: name desc, _id.

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

PageSize

The maximum number of providers to return on each page.

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

PageToken

The page token; provide the value from the next_page_token field in a previous ListProviders call to retrieve the subsequent page. When paginating, all other parameters provided to ListProviders 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 of the provider to get.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
EventarcBaseServiceRequest<ListProvidersResponse>.InitParameters()

Implements

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