Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::TrinoJob (v1.0.2)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::TrinoJob.

A Dataproc job for running Trino queries. IMPORTANT: The Dataproc Trino Optional Component must be enabled when the cluster is created to submit a Trino job to the cluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#client_tags

defclient_tags()->::Array<::String>
Returns
  • (::Array<::String>) — Optional. Trino client tags to attach to this query

#client_tags=

defclient_tags=(value)->::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Trino client tags to attach to this query
Returns
  • (::Array<::String>) — Optional. Trino client tags to attach to this query

#continue_on_failure

defcontinue_on_failure()->::Boolean
Returns
  • (::Boolean) — Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.

#continue_on_failure=

defcontinue_on_failure=(value)->::Boolean
Parameter
  • value (::Boolean) — Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.
Returns
  • (::Boolean) — Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.

#logging_config

deflogging_config()->::Google::Cloud::Dataproc::V1::LoggingConfig
Returns

#logging_config=

deflogging_config=(value)->::Google::Cloud::Dataproc::V1::LoggingConfig
Parameter
Returns

#output_format

defoutput_format()->::String
Returns
  • (::String) — Optional. The format in which query output will be displayed. See the Trino documentation for supported output formats

#output_format=

defoutput_format=(value)->::String
Parameter
  • value (::String) — Optional. The format in which query output will be displayed. See the Trino documentation for supported output formats
Returns
  • (::String) — Optional. The format in which query output will be displayed. See the Trino documentation for supported output formats

#properties

defproperties()->::Google::Protobuf::Map{::String=>::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values. Used to set Trino session properties Equivalent to using the --session flag in the Trino CLI

#properties=

defproperties=(value)->::Google::Protobuf::Map{::String=>::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values. Used to set Trino session properties Equivalent to using the --session flag in the Trino CLI
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values. Used to set Trino session properties Equivalent to using the --session flag in the Trino CLI

#query_file_uri

defquery_file_uri()->::String
Returns
  • (::String) — The HCFS URI of the script that contains SQL queries.

#query_file_uri=

defquery_file_uri=(value)->::String
Parameter
  • value (::String) — The HCFS URI of the script that contains SQL queries.
Returns
  • (::String) — The HCFS URI of the script that contains SQL queries.

#query_list

defquery_list()->::Google::Cloud::Dataproc::V1::QueryList
Returns

#query_list=

defquery_list=(value)->::Google::Cloud::Dataproc::V1::QueryList
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.