Class: Google::Cloud::Tasks::V2beta2::UploadQueueYamlRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::UploadQueueYamlRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb
Overview
Request message for UploadQueueYaml.
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Required.
-
#http_body ⇒ ::Google::Api::HttpBody
The http body contains the queue.yaml file which used to update queue lists.
Instance Attribute Details
#app_id ⇒ ::String
Returns Required. The App ID is supplied as an HTTP parameter. Unlike internal usage of App ID, it does not include a region prefix. Rather, the App ID represents the Project ID against which to make the request.
211 212 213 214 |
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 211 class UploadQueueYamlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_body ⇒ ::Google::Api::HttpBody
Returns The http body contains the queue.yaml file which used to update queue lists.
211 212 213 214 |
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 211 class UploadQueueYamlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |