Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableList.Tables.View |
TableList.Tables.View.clone() |
TableList.Tables.View |
TableList.Tables.getView()
Information about a logical view.
|
TableList.Tables.View |
TableList.Tables.View.set(String fieldName,
Object value) |
TableList.Tables.View |
TableList.Tables.View.setPrivacyPolicy(PrivacyPolicy privacyPolicy)
Specifies the privacy policy for the view.
|
TableList.Tables.View |
TableList.Tables.View.setUseLegacySql(Boolean useLegacySql)
True if view is defined in legacy SQL dialect, false if in GoogleSQL.
|
Modifier and Type | Method and Description |
---|---|
TableList.Tables |
TableList.Tables.setView(TableList.Tables.View view)
Information about a logical view.
|
Copyright © 2011–2025 Google. All rights reserved.