Cloud Functions v2 API - Class GenerateUploadUrlRequest (1.0.0)

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

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

Request of GenerateSourceUploadUrl method.

Inheritance

Object > GenerateUploadUrlRequest

Namespace

Google.Cloud.Functions.V2

Assembly

Google.Cloud.Functions.V2.dll

Constructors

GenerateUploadUrlRequest()

public GenerateUploadUrlRequest()

GenerateUploadUrlRequest(GenerateUploadUrlRequest)

public GenerateUploadUrlRequest(GenerateUploadUrlRequest other)
Parameter
NameDescription
otherGenerateUploadUrlRequest

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
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName