Class GenerateUploadUrlRequest (1.2.0)

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

Request of GenerateSourceUploadUrl method.

Inheritance

Object > GenerateUploadUrlRequest

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.dll

Constructors

GenerateUploadUrlRequest()

public GenerateUploadUrlRequest()

GenerateUploadUrlRequest(GenerateUploadUrlRequest)

public GenerateUploadUrlRequest(GenerateUploadUrlRequest other)
Parameter
NameDescription
otherGenerateUploadUrlRequest

Properties

Parent

public string Parent { get; set; }

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