public sealed class GenerateDownloadUrlRequest : IMessage<GenerateDownloadUrlRequest>, IEquatable<GenerateDownloadUrlRequest>, IDeepCloneable<GenerateDownloadUrlRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Functions v2beta API class GenerateDownloadUrlRequest.
Request of GenerateDownloadUrl method.
Implements
IMessageGenerateDownloadUrlRequest, IEquatableGenerateDownloadUrlRequest, IDeepCloneableGenerateDownloadUrlRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2BetaAssembly
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 | |