Class JobStatistics.QueryStatistics.StatementType (2.37.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
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_TABLE

public static final JobStatistics.QueryStatistics.StatementType ALTER_TABLE

ALTER_VIEW

public static final JobStatistics.QueryStatistics.StatementType ALTER_VIEW

CREATE_FUNCTION

public static final JobStatistics.QueryStatistics.StatementType CREATE_FUNCTION

CREATE_MODEL

public static final JobStatistics.QueryStatistics.StatementType CREATE_MODEL

CREATE_PROCEDURE

public static final JobStatistics.QueryStatistics.StatementType CREATE_PROCEDURE

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_VIEW

public static final JobStatistics.QueryStatistics.StatementType CREATE_VIEW

DELETE

public static final JobStatistics.QueryStatistics.StatementType DELETE

DROP_FUNCTION

public static final JobStatistics.QueryStatistics.StatementType DROP_FUNCTION

DROP_PROCEDURE

public static final JobStatistics.QueryStatistics.StatementType DROP_PROCEDURE

DROP_TABLE

public static final JobStatistics.QueryStatistics.StatementType DROP_TABLE

DROP_VIEW

public static final JobStatistics.QueryStatistics.StatementType DROP_VIEW

INSERT

public static final JobStatistics.QueryStatistics.StatementType INSERT

MERGE

public static final JobStatistics.QueryStatistics.StatementType MERGE

SELECT

public static final JobStatistics.QueryStatistics.StatementType SELECT

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
NameDescription
constantString

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

values()

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

Return the known values for State.

Returns
TypeDescription
StatementType[]