Show / Hide Table of Contents

Class ManagedShortLinksResource.CreateRequest

Creates a managed short Dynamic Link given either a valid long Dynamic Link or details such as Dynamic Link domain, Android and iOS app information. The created short Dynamic Link will not expire. This differs from CreateShortDynamicLink in the following ways: - The request will also contain a name for the link (non unique name for the front end). - The response must be authenticated with an auth token (generated with the admin service account). - The link will appear in the FDL list of links in the console front end. The Dynamic Link domain in the request must be owned by requester's Firebase project.

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

Constructors

CreateRequest(IClientService, CreateManagedShortLinkRequest)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, CreateManagedShortLinkRequest body)
Parameters
Type Name Description
IClientService service
CreateManagedShortLinkRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<CreateManagedShortLinkResponse>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseDynamicLinksBaseServiceRequest<CreateManagedShortLinkResponse>.InitParameters()

Implements

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