public sealed class GenerateUploadUrlRequest : IMessage<GenerateUploadUrlRequest>, IEquatable<GenerateUploadUrlRequest>, IDeepCloneable<GenerateUploadUrlRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Functions v2 API class GenerateUploadUrlRequest.
Request of GenerateSourceUploadUrl method.
Implements
IMessage<GenerateUploadUrlRequest>, IEquatable<GenerateUploadUrlRequest>, IDeepCloneable<GenerateUploadUrlRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2Assembly
Google.Cloud.Functions.V2.dll
Constructors
GenerateUploadUrlRequest()
public GenerateUploadUrlRequest()GenerateUploadUrlRequest(GenerateUploadUrlRequest)
public GenerateUploadUrlRequest(GenerateUploadUrlRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateUploadUrlRequest |
Properties
Parent
public string Parent { get; set; }Required. The project and location in which the Google Cloud Storage signed URL
should be generated, specified in the format projects/*/locations/*.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|