Cloud Functions v2 API - Class GenerateDownloadUrlRequest (1.5.0)

public sealed class GenerateDownloadUrlRequest : IMessage<GenerateDownloadUrlRequest>, IEquatable<GenerateDownloadUrlRequest>, IDeepCloneable<GenerateDownloadUrlRequest>, IBufferMessage, IMessage

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

Request of GenerateDownloadUrl method.

Inheritance

object > GenerateDownloadUrlRequest

Namespace

Google.Cloud.Functions.V2

Assembly

Google.Cloud.Functions.V2.dll

Constructors

GenerateDownloadUrlRequest()

public GenerateDownloadUrlRequest()

GenerateDownloadUrlRequest(GenerateDownloadUrlRequest)

public GenerateDownloadUrlRequest(GenerateDownloadUrlRequest other)
Parameter
NameDescription
otherGenerateDownloadUrlRequest

Properties

FunctionName

public FunctionName FunctionName { get; set; }

FunctionName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string