Class: Google::Cloud::Functions::V1::GenerateUploadUrlRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::GenerateUploadUrlRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Request of GenerateSourceUploadUrl method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
The project and location in which the Google Cloud Storage signed URL should be generated, specified in the format
projects/*/locations/*.
Instance Attribute Details
#parent ⇒ ::String
Returns The project and location in which the Google Cloud Storage signed URL
should be generated, specified in the format projects/*/locations/*.
630 631 632 633 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 630 class GenerateUploadUrlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |