Show / Hide Table of Contents

Class ProjectsResource.AppsResource.DebugTokensResource.ListRequest

Lists all DebugTokens for the specified app. For security reasons, the token field is never populated in the response.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of DebugTokens to return in the response. Note that an app can have at most 20 debug tokens. The server may return fewer than this at its own discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.

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

PageToken

Token returned from a previous call to ListDebugTokens indicating where in the set of DebugTokens to resume listing. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListDebugTokens must match the call that provided the page token; if they do not match, the result is undefined.

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

Parent

Required. The relative resource name of the parent app for which to list each associated DebugToken, in the format:

projects/{project_number}/apps/{app_id}
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<GoogleFirebaseAppcheckV1ListDebugTokensResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1ListDebugTokensResponse>.InitParameters()

Implements

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