Show / Hide Table of Contents

Class ProjectsResource.AppsResource.EventsResource.BatchGetRequest

Fetch a batch of up to 100 events by name.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BatchGetEventsResponse>
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>
ProjectsResource.AppsResource.EventsResource.BatchGetRequest
Implements
IClientServiceRequest<BatchGetEventsResponse>
IClientServiceRequest
Inherited Members
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.Xgafv
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.AccessToken
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.Alt
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.Callback
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.Fields
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.Key
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.OauthToken
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.PrettyPrint
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.QuotaUser
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.UploadType
FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>.UploadProtocol
ClientServiceRequest<BatchGetEventsResponse>.Execute()
ClientServiceRequest<BatchGetEventsResponse>.ExecuteAsStream()
ClientServiceRequest<BatchGetEventsResponse>.ExecuteAsync()
ClientServiceRequest<BatchGetEventsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BatchGetEventsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BatchGetEventsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BatchGetEventsResponse>.CreateRequest(bool?)
ClientServiceRequest<BatchGetEventsResponse>.GenerateRequestUri()
ClientServiceRequest<BatchGetEventsResponse>.GetBody()
ClientServiceRequest<BatchGetEventsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<BatchGetEventsResponse>.ETagAction
ClientServiceRequest<BatchGetEventsResponse>.ModifyRequest
ClientServiceRequest<BatchGetEventsResponse>.ValidateParameters
ClientServiceRequest<BatchGetEventsResponse>.ApiVersion
ClientServiceRequest<BatchGetEventsResponse>.RequestParameters
ClientServiceRequest<BatchGetEventsResponse>.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.EventsResource.BatchGetRequest : FirebaseCrashlyticsBaseServiceRequest<BatchGetEventsResponse>, IClientServiceRequest<BatchGetEventsResponse>, IClientServiceRequest

Constructors

BatchGetRequest(IClientService, string)

Constructs a new BatchGet request.

Declaration
public BatchGetRequest(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<BatchGetEventsResponse>.HttpMethod

MethodName

Gets the method name.

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

Names

Required. The resource names of the desired events. A maximum of 100 events can be retrieved in a batch. Format: "projects/{project}/apps/{app_id}/events/{event_id}". The app_id and event_id are required, but project may be "-" to conserve space in long URIs.

Declaration
[RequestParameter("names", RequestParameterType.Query)]
public virtual Repeatable<string> Names { get; set; }
Property Value
Type Description
Repeatable<string>

Parent

Required. The firebase application. Format: "projects/{project}/apps/{app_id}".

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

ReadMask

Optional. The list of Event fields to include in the response. If omitted, the full event is returned.

Declaration
[RequestParameter("readMask", RequestParameterType.Query)]
public virtual object ReadMask { get; set; }
Property Value
Type Description
object

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes BatchGet parameter list.

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

Implements

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