Reference documentation and code samples for the Cloud Tasks V2beta2 API class Google::Cloud::Tasks::V2beta2::UploadQueueYamlRequest.
Request message for UploadQueueYaml.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_id
def app_id() -> ::String
Returns
- (::String) — 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.
#app_id=
def app_id=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#http_body
def http_body() -> ::Google::Api::HttpBody
Returns
- (::Google::Api::HttpBody) — The http body contains the queue.yaml file which used to update queue lists
#http_body=
def http_body=(value) -> ::Google::Api::HttpBody
Parameter
- value (::Google::Api::HttpBody) — The http body contains the queue.yaml file which used to update queue lists
Returns
- (::Google::Api::HttpBody) — The http body contains the queue.yaml file which used to update queue lists