Class JobStatistics.QueryStatistics.StatementType (2.38.2)

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_TABLE

public static final JobStatistics.QueryStatistics.StatementType ALTER_TABLE
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

ALTER_VIEW

public static final JobStatistics.QueryStatistics.StatementType ALTER_VIEW
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

CREATE_FUNCTION

public static final JobStatistics.QueryStatistics.StatementType CREATE_FUNCTION
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

CREATE_MODEL

public static final JobStatistics.QueryStatistics.StatementType CREATE_MODEL
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

CREATE_PROCEDURE

public static final JobStatistics.QueryStatistics.StatementType CREATE_PROCEDURE
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

CREATE_TABLE

public static final JobStatistics.QueryStatistics.StatementType CREATE_TABLE
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

CREATE_TABLE_AS_SELECT

public static final JobStatistics.QueryStatistics.StatementType CREATE_TABLE_AS_SELECT
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

CREATE_VIEW

public static final JobStatistics.QueryStatistics.StatementType CREATE_VIEW
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

DELETE

public static final JobStatistics.QueryStatistics.StatementType DELETE
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

DROP_FUNCTION

public static final JobStatistics.QueryStatistics.StatementType DROP_FUNCTION
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

DROP_PROCEDURE

public static final JobStatistics.QueryStatistics.StatementType DROP_PROCEDURE
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

DROP_TABLE

public static final JobStatistics.QueryStatistics.StatementType DROP_TABLE
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

DROP_VIEW

public static final JobStatistics.QueryStatistics.StatementType DROP_VIEW
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

INSERT

public static final JobStatistics.QueryStatistics.StatementType INSERT
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

MERGE

public static final JobStatistics.QueryStatistics.StatementType MERGE
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

SELECT

public static final JobStatistics.QueryStatistics.StatementType SELECT
Field Value
TypeDescription
JobStatistics.QueryStatistics.StatementType

UPDATE

public static final JobStatistics.QueryStatistics.StatementType UPDATE
Field Value
TypeDescription
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
NameDescription
constantString
Returns
TypeDescription
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
NameDescription
constantString
Returns
TypeDescription
JobStatistics.QueryStatistics.StatementType

values()

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

Return the known values for State.

Returns
TypeDescription
StatementType[]