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
Inherited Members
com.google.cloud.StringEnumValue.equals(java.lang.Object)
com.google.cloud.StringEnumValue.hashCode()
com.google.cloud.StringEnumValue.name()
com.google.cloud.StringEnumValue.toString()
Static Fields
ALTER_MATERIALIZED_VIEW
public static final JobStatistics.QueryStatistics.StatementType ALTER_MATERIALIZED_VIEW
ALTER_SCHEMA
public static final JobStatistics.QueryStatistics.StatementType ALTER_SCHEMA
ALTER_TABLE
public static final JobStatistics.QueryStatistics.StatementType ALTER_TABLE
ALTER_VIEW
public static final JobStatistics.QueryStatistics.StatementType ALTER_VIEW
CALL
public static final JobStatistics.QueryStatistics.StatementType CALL
CREATE_EXTERNAL_TABLE
public static final JobStatistics.QueryStatistics.StatementType CREATE_EXTERNAL_TABLE
CREATE_FUNCTION
public static final JobStatistics.QueryStatistics.StatementType CREATE_FUNCTION
CREATE_MATERIALIZED_VIEW
public static final JobStatistics.QueryStatistics.StatementType CREATE_MATERIALIZED_VIEW
CREATE_MODEL
public static final JobStatistics.QueryStatistics.StatementType CREATE_MODEL
CREATE_PROCEDURE
public static final JobStatistics.QueryStatistics.StatementType CREATE_PROCEDURE
CREATE_ROW_ACCESS_POLICY
public static final JobStatistics.QueryStatistics.StatementType CREATE_ROW_ACCESS_POLICY
CREATE_SCHEMA
public static final JobStatistics.QueryStatistics.StatementType CREATE_SCHEMA
CREATE_SEARCH_INDEX
public static final JobStatistics.QueryStatistics.StatementType CREATE_SEARCH_INDEX
CREATE_SNAPSHOT_TABLE
public static final JobStatistics.QueryStatistics.StatementType CREATE_SNAPSHOT_TABLE
CREATE_TABLE
public static final JobStatistics.QueryStatistics.StatementType CREATE_TABLE
CREATE_TABLE_AS_SELECT
public static final JobStatistics.QueryStatistics.StatementType CREATE_TABLE_AS_SELECT
CREATE_TABLE_FUNCTION
public static final JobStatistics.QueryStatistics.StatementType CREATE_TABLE_FUNCTION
CREATE_VIEW
public static final JobStatistics.QueryStatistics.StatementType CREATE_VIEW
DELETE
public static final JobStatistics.QueryStatistics.StatementType DELETE
DROP_EXTERNAL_TABLE
public static final JobStatistics.QueryStatistics.StatementType DROP_EXTERNAL_TABLE
DROP_FUNCTION
public static final JobStatistics.QueryStatistics.StatementType DROP_FUNCTION
DROP_MATERIALIZED_VIEW
public static final JobStatistics.QueryStatistics.StatementType DROP_MATERIALIZED_VIEW
DROP_MODEL
public static final JobStatistics.QueryStatistics.StatementType DROP_MODEL
DROP_PROCEDURE
public static final JobStatistics.QueryStatistics.StatementType DROP_PROCEDURE
DROP_ROW_ACCESS_POLICY
public static final JobStatistics.QueryStatistics.StatementType DROP_ROW_ACCESS_POLICY
DROP_SCHEMA
public static final JobStatistics.QueryStatistics.StatementType DROP_SCHEMA
DROP_SEARCH_INDEX
public static final JobStatistics.QueryStatistics.StatementType DROP_SEARCH_INDEX
DROP_SNAPSHOT_TABLE
public static final JobStatistics.QueryStatistics.StatementType DROP_SNAPSHOT_TABLE
DROP_TABLE
public static final JobStatistics.QueryStatistics.StatementType DROP_TABLE
DROP_TABLE_FUNCTION
public static final JobStatistics.QueryStatistics.StatementType DROP_TABLE_FUNCTION
DROP_VIEW
public static final JobStatistics.QueryStatistics.StatementType DROP_VIEW
EXPORT_DATA
public static final JobStatistics.QueryStatistics.StatementType EXPORT_DATA
EXPORT_MODEL
public static final JobStatistics.QueryStatistics.StatementType EXPORT_MODEL
INSERT
public static final JobStatistics.QueryStatistics.StatementType INSERT
LOAD_DATA
public static final JobStatistics.QueryStatistics.StatementType LOAD_DATA
MERGE
public static final JobStatistics.QueryStatistics.StatementType MERGE
SCRIPT
public static final JobStatistics.QueryStatistics.StatementType SCRIPT
SELECT
public static final JobStatistics.QueryStatistics.StatementType SELECT
TRUNCATE_TABLE
public static final JobStatistics.QueryStatistics.StatementType TRUNCATE_TABLE
UPDATE
public static final JobStatistics.QueryStatistics.StatementType UPDATE
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
|
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
|
values()
public static JobStatistics.QueryStatistics.StatementType[] values()
Return the known values for State.