Show / Hide Table of Contents

Class ProjectsResource.AppsResource.ReleasesResource.FeedbackReportsResource.ListRequest

Lists feedback reports. By default, sorts by createTime in descending order.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of feedback reports to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 feedback reports are returned. Values above 100 are coerced to 100.

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

PageToken

A page token, received from a previous ListFeedbackReports call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListFeedbackReports 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 name of the release resource, which is the parent of the feedback report resources. Format: projects/{project_number}/apps/{app}/releases/{release}

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListFeedbackReportsResponse>.InitParameters()

Implements

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