Cloud Functions v1 API - Class GenerateUploadUrlRequest (2.1.0)

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

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

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

KmsKeyName

public string KmsKeyName { get; set; }

Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in staging Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to a staging Cloud Storage bucket in an internal regional project. The source code is then copied to a versioned directory in the sources bucket in the consumer project during the function deployment.

It must match the pattern projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

The Google Cloud Functions service account (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey Encrypter/Decrypter (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the Key/KeyRing/Project/Organization (least access preferred). GCF will delegate access to the Google Storage service account in the internal project.

Property Value
TypeDescription
String

KmsKeyNameAsCryptoKeyName

public CryptoKeyName KmsKeyNameAsCryptoKeyName { get; set; }

CryptoKeyName-typed view over the KmsKeyName resource name property.

Property Value
TypeDescription
CryptoKeyName

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