Class: Google::Cloud::Functions::V2::GenerateUploadUrlRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V2::GenerateUploadUrlRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v2/functions.rb
Overview
Request of GenerateSourceUploadUrl
method.
Instance Attribute Summary collapse
-
#environment ⇒ ::Google::Cloud::Functions::V2::Environment
The function environment the generated upload url will be used for.
-
#kms_key_name ⇒ ::String
[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.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#environment ⇒ ::Google::Cloud::Functions::V2::Environment
Returns 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.
826 827 828 829 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 826 class GenerateUploadUrlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kms_key_name ⇒ ::String
Returns [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).
826 827 828 829 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 826 class GenerateUploadUrlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location in which the Google Cloud Storage signed
URL should be generated, specified in the format projects/*/locations/*
.
826 827 828 829 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 826 class GenerateUploadUrlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |