Cloud Functions v2beta API - Class GenerateDownloadUrlRequest (1.0.0-beta08)
Stay organized with collections
Save and categorize content based on your preferences.
publicsealedclassGenerateDownloadUrlRequest: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
IMessage GenerateDownloadUrlRequest, IEquatable GenerateDownloadUrlRequest, IDeepCloneable GenerateDownloadUrlRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2BetaAssembly
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 |
|