public sealed class GenerateUploadUrlRequest : IMessage<GenerateUploadUrlRequest>, IEquatable<GenerateUploadUrlRequest>, IDeepCloneable<GenerateUploadUrlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2beta API class GenerateUploadUrlRequest.
Request of GenerateSourceUploadUrl
method.
Implements
IMessageGenerateUploadUrlRequest, IEquatableGenerateUploadUrlRequest, IDeepCloneableGenerateUploadUrlRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2BetaAssembly
Google.Cloud.Functions.V2Beta.dll
Constructors
GenerateUploadUrlRequest()
public GenerateUploadUrlRequest()
GenerateUploadUrlRequest(GenerateUploadUrlRequest)
public GenerateUploadUrlRequest(GenerateUploadUrlRequest other)
Parameter | |
---|---|
Name | Description |
other |
GenerateUploadUrlRequest |
Properties
Environment
public Environment Environment { get; set; }
The function environment the generated upload url will be used for. The upload url for 2nd Gen functions can also be used for 1st gen functions, but not vice versa. If not specified, 2nd generation-style upload URLs are generated.
Property Value | |
---|---|
Type | Description |
Environment |
KmsKeyName
public string KmsKeyName { get; set; }
[Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. 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).
Property Value | |
---|---|
Type | Description |
string |
KmsKeyNameAsCryptoKeyName
public CryptoKeyName KmsKeyNameAsCryptoKeyName { get; set; }
CryptoKeyName-typed view over the KmsKeyName resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeyName |
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 |