Cloud Functions v2beta API - Class GenerateDownloadUrlRequest (1.0.0-beta08)

publicsealedclassGenerateDownloadUrlRequest:IMessage<GenerateDownloadUrlRequest>,IEquatable<GenerateDownloadUrlRequest>,IDeepCloneable<GenerateDownloadUrlRequest>,IBufferMessage,IMessage

Reference documentation and code samples for the Cloud Functions v2beta API class GenerateDownloadUrlRequest.

Request of GenerateDownloadUrl method.

Inheritance

object > GenerateDownloadUrlRequest

Namespace

Google.Cloud.Functions.V2Beta

Assembly

Google.Cloud.Functions.V2Beta.dll

Constructors

GenerateDownloadUrlRequest()

publicGenerateDownloadUrlRequest()

GenerateDownloadUrlRequest(GenerateDownloadUrlRequest)

publicGenerateDownloadUrlRequest(GenerateDownloadUrlRequestother)
Parameter
Name Description
other GenerateDownloadUrlRequest

Properties

FunctionName

public FunctionName FunctionName { get; set; }

FunctionName-typed view over the Name resource name property.

Property Value
Type Description
FunctionName

Name

public string Name { get; set; }

Required. The name of function for which source code Google Cloud Storage signed URL should be generated.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.