Show / Hide Table of Contents

Class ProjectsResource.AppsResource.IssuesResource.NotesResource.ListRequest

List all notes for a certain issue, sorted in descending order by timestamp.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of notes per page. If omitted, defaults to 10.

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

PageToken

Optional. A page token, received from a previous calls.

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

Parent

Required. The issue the notes belongs to. Format: "projects/{project}/apps/{app}/issues/{issue}".

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseCrashlyticsBaseServiceRequest<ListNotesResponse>.InitParameters()

Implements

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