Package com.google.cloud.bigquery
Class DatasetId
java.lang.Object
com.google.cloud.bigquery.DatasetId
- All Implemented Interfaces:
Serializable
Google BigQuery Dataset identity.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns dataset's user-defined id.protected io.opentelemetry.api.common.AttributesReturns project's user-defined id.inthashCode()static DatasetIdCreates a dataset identity given only its user-defined id.static DatasetIdCreates a dataset identity given project's and dataset's user-defined ids.toString()
-
Method Details
-
getProject
Returns project's user-defined id. -
getDataset
Returns dataset's user-defined id. -
of
Creates a dataset identity given project's and dataset's user-defined ids. -
of
Creates a dataset identity given only its user-defined id. -
equals
-
hashCode
public int hashCode() -
toString
-
getOtelAttributes
protected io.opentelemetry.api.common.Attributes getOtelAttributes()
-