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

public sealed class GenerateDownloadUrlRequest : 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()

public GenerateDownloadUrlRequest()

GenerateDownloadUrlRequest(GenerateDownloadUrlRequest)

public GenerateDownloadUrlRequest(GenerateDownloadUrlRequest other)
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