Class JobStatistics.QueryStatistics.StatementType (2.42.0)

public static final class JobStatistics.QueryStatistics.StatementType extends StringEnumValue

StatementType represents possible types of SQL statements reported as part of the QueryStatistics of a BigQuery job.

Inheritance

java.lang.Object > com.google.cloud.StringEnumValue > JobStatistics.QueryStatistics.StatementType

Static Fields

ALTER_MATERIALIZED_VIEW

public static final JobStatistics.QueryStatistics.StatementType ALTER_MATERIALIZED_VIEW
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

ALTER_SCHEMA

public static final JobStatistics.QueryStatistics.StatementType ALTER_SCHEMA
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

ALTER_TABLE

public static final JobStatistics.QueryStatistics.StatementType ALTER_TABLE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

ALTER_VIEW

public static final JobStatistics.QueryStatistics.StatementType ALTER_VIEW
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CALL

public static final JobStatistics.QueryStatistics.StatementType CALL
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_EXTERNAL_TABLE

public static final JobStatistics.QueryStatistics.StatementType CREATE_EXTERNAL_TABLE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_FUNCTION

public static final JobStatistics.QueryStatistics.StatementType CREATE_FUNCTION
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_MATERIALIZED_VIEW

public static final JobStatistics.QueryStatistics.StatementType CREATE_MATERIALIZED_VIEW
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_MODEL

public static final JobStatistics.QueryStatistics.StatementType CREATE_MODEL
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_PROCEDURE

public static final JobStatistics.QueryStatistics.StatementType CREATE_PROCEDURE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_ROW_ACCESS_POLICY

public static final JobStatistics.QueryStatistics.StatementType CREATE_ROW_ACCESS_POLICY
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_SCHEMA

public static final JobStatistics.QueryStatistics.StatementType CREATE_SCHEMA
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_SEARCH_INDEX

public static final JobStatistics.QueryStatistics.StatementType CREATE_SEARCH_INDEX
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_SNAPSHOT_TABLE

public static final JobStatistics.QueryStatistics.StatementType CREATE_SNAPSHOT_TABLE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_TABLE

public static final JobStatistics.QueryStatistics.StatementType CREATE_TABLE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_TABLE_AS_SELECT

public static final JobStatistics.QueryStatistics.StatementType CREATE_TABLE_AS_SELECT
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_TABLE_FUNCTION

public static final JobStatistics.QueryStatistics.StatementType CREATE_TABLE_FUNCTION
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

CREATE_VIEW

public static final JobStatistics.QueryStatistics.StatementType CREATE_VIEW
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DELETE

public static final JobStatistics.QueryStatistics.StatementType DELETE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_EXTERNAL_TABLE

public static final JobStatistics.QueryStatistics.StatementType DROP_EXTERNAL_TABLE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_FUNCTION

public static final JobStatistics.QueryStatistics.StatementType DROP_FUNCTION
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_MATERIALIZED_VIEW

public static final JobStatistics.QueryStatistics.StatementType DROP_MATERIALIZED_VIEW
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_MODEL

public static final JobStatistics.QueryStatistics.StatementType DROP_MODEL
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_PROCEDURE

public static final JobStatistics.QueryStatistics.StatementType DROP_PROCEDURE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_ROW_ACCESS_POLICY

public static final JobStatistics.QueryStatistics.StatementType DROP_ROW_ACCESS_POLICY
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_SCHEMA

public static final JobStatistics.QueryStatistics.StatementType DROP_SCHEMA
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_SEARCH_INDEX

public static final JobStatistics.QueryStatistics.StatementType DROP_SEARCH_INDEX
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_SNAPSHOT_TABLE

public static final JobStatistics.QueryStatistics.StatementType DROP_SNAPSHOT_TABLE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_TABLE

public static final JobStatistics.QueryStatistics.StatementType DROP_TABLE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_TABLE_FUNCTION

public static final JobStatistics.QueryStatistics.StatementType DROP_TABLE_FUNCTION
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

DROP_VIEW

public static final JobStatistics.QueryStatistics.StatementType DROP_VIEW
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

EXPORT_DATA

public static final JobStatistics.QueryStatistics.StatementType EXPORT_DATA
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

EXPORT_MODEL

public static final JobStatistics.QueryStatistics.StatementType EXPORT_MODEL
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

INSERT

public static final JobStatistics.QueryStatistics.StatementType INSERT
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

LOAD_DATA

public static final JobStatistics.QueryStatistics.StatementType LOAD_DATA
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

MERGE

public static final JobStatistics.QueryStatistics.StatementType MERGE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

SCRIPT

public static final JobStatistics.QueryStatistics.StatementType SCRIPT
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

SELECT

public static final JobStatistics.QueryStatistics.StatementType SELECT
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

TRUNCATE_TABLE

public static final JobStatistics.QueryStatistics.StatementType TRUNCATE_TABLE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

UPDATE

public static final JobStatistics.QueryStatistics.StatementType UPDATE
Field Value
Type Description
JobStatistics.QueryStatistics.StatementType

Static Methods

valueOf(String constant)

public static JobStatistics.QueryStatistics.StatementType valueOf(String constant)

Get the State for the given String constant, and allow unrecognized values.

Parameter
Name Description
constant String
Returns
Type Description
JobStatistics.QueryStatistics.StatementType

valueOfStrict(String constant)

public static JobStatistics.QueryStatistics.StatementType valueOfStrict(String constant)

Get the StatementType for the given String constant, and throw an exception if the constant is not recognized.

Parameter
Name Description
constant String
Returns
Type Description
JobStatistics.QueryStatistics.StatementType

values()

public static JobStatistics.QueryStatistics.StatementType[] values()

Return the known values for State.

Returns
Type Description
StatementType[]