Update docs for 1.3.2 release.
diff --git a/docs/dyn/bigquery_v2.datasets.html b/docs/dyn/bigquery_v2.datasets.html
index cbe2fa7..43732ec 100644
--- a/docs/dyn/bigquery_v2.datasets.html
+++ b/docs/dyn/bigquery_v2.datasets.html
@@ -122,8 +122,8 @@
"kind": "bigquery#dataset", # [Output-only] The resource type.
"description": "A String", # [Optional] A user-friendly description of the dataset.
"datasetReference": { # [Required] A reference that identifies the dataset.
- "projectId": "A String", # [Optional] The ID of the container project.
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+ "projectId": "A String", # [Optional] The ID of the project containing this dataset.
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
},
"creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
"access": [ # [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
@@ -134,9 +134,9 @@
"groupByEmail": "A String", # [Pick one] An email address of a Google Group to grant access to.
"role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READER, WRITER, OWNER.
"view": { # [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- "projectId": "A String", # [Required] ID of the project billed for storage of the table.
- "tableId": "A String", # [Required] ID of the table.
- "datasetId": "A String", # [Required] ID of the dataset containing the table.
+ "projectId": "A String", # [Required] The ID of the project containing this table.
+ "tableId": "A String", # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
+ "datasetId": "A String", # [Required] The ID of the dataset containing this table.
},
},
],
@@ -161,8 +161,8 @@
"kind": "bigquery#dataset", # [Output-only] The resource type.
"description": "A String", # [Optional] A user-friendly description of the dataset.
"datasetReference": { # [Required] A reference that identifies the dataset.
- "projectId": "A String", # [Optional] The ID of the container project.
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+ "projectId": "A String", # [Optional] The ID of the project containing this dataset.
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
},
"creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
"access": [ # [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
@@ -173,9 +173,9 @@
"groupByEmail": "A String", # [Pick one] An email address of a Google Group to grant access to.
"role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READER, WRITER, OWNER.
"view": { # [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- "projectId": "A String", # [Required] ID of the project billed for storage of the table.
- "tableId": "A String", # [Required] ID of the table.
- "datasetId": "A String", # [Required] ID of the dataset containing the table.
+ "projectId": "A String", # [Required] The ID of the project containing this table.
+ "tableId": "A String", # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
+ "datasetId": "A String", # [Required] The ID of the dataset containing this table.
},
},
],
@@ -194,8 +194,8 @@
"kind": "bigquery#dataset", # [Output-only] The resource type.
"description": "A String", # [Optional] A user-friendly description of the dataset.
"datasetReference": { # [Required] A reference that identifies the dataset.
- "projectId": "A String", # [Optional] The ID of the container project.
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+ "projectId": "A String", # [Optional] The ID of the project containing this dataset.
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
},
"creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
"access": [ # [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
@@ -206,9 +206,9 @@
"groupByEmail": "A String", # [Pick one] An email address of a Google Group to grant access to.
"role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READER, WRITER, OWNER.
"view": { # [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- "projectId": "A String", # [Required] ID of the project billed for storage of the table.
- "tableId": "A String", # [Required] ID of the table.
- "datasetId": "A String", # [Required] ID of the dataset containing the table.
+ "projectId": "A String", # [Required] The ID of the project containing this table.
+ "tableId": "A String", # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
+ "datasetId": "A String", # [Required] The ID of the dataset containing this table.
},
},
],
@@ -242,8 +242,8 @@
"kind": "bigquery#dataset", # The resource type. This property always returns the value "bigquery#dataset".
"id": "A String", # The fully-qualified, unique, opaque ID of the dataset.
"datasetReference": { # The dataset reference. Use this property to access specific parts of the dataset's ID, such as project ID or dataset ID.
- "projectId": "A String", # [Optional] The ID of the container project.
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+ "projectId": "A String", # [Optional] The ID of the project containing this dataset.
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
},
},
],
@@ -279,8 +279,8 @@
"kind": "bigquery#dataset", # [Output-only] The resource type.
"description": "A String", # [Optional] A user-friendly description of the dataset.
"datasetReference": { # [Required] A reference that identifies the dataset.
- "projectId": "A String", # [Optional] The ID of the container project.
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+ "projectId": "A String", # [Optional] The ID of the project containing this dataset.
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
},
"creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
"access": [ # [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
@@ -291,9 +291,9 @@
"groupByEmail": "A String", # [Pick one] An email address of a Google Group to grant access to.
"role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READER, WRITER, OWNER.
"view": { # [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- "projectId": "A String", # [Required] ID of the project billed for storage of the table.
- "tableId": "A String", # [Required] ID of the table.
- "datasetId": "A String", # [Required] ID of the dataset containing the table.
+ "projectId": "A String", # [Required] The ID of the project containing this table.
+ "tableId": "A String", # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
+ "datasetId": "A String", # [Required] The ID of the dataset containing this table.
},
},
],
@@ -312,8 +312,8 @@
"kind": "bigquery#dataset", # [Output-only] The resource type.
"description": "A String", # [Optional] A user-friendly description of the dataset.
"datasetReference": { # [Required] A reference that identifies the dataset.
- "projectId": "A String", # [Optional] The ID of the container project.
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+ "projectId": "A String", # [Optional] The ID of the project containing this dataset.
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
},
"creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
"access": [ # [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
@@ -324,9 +324,9 @@
"groupByEmail": "A String", # [Pick one] An email address of a Google Group to grant access to.
"role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READER, WRITER, OWNER.
"view": { # [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- "projectId": "A String", # [Required] ID of the project billed for storage of the table.
- "tableId": "A String", # [Required] ID of the table.
- "datasetId": "A String", # [Required] ID of the dataset containing the table.
+ "projectId": "A String", # [Required] The ID of the project containing this table.
+ "tableId": "A String", # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
+ "datasetId": "A String", # [Required] The ID of the dataset containing this table.
},
},
],
@@ -352,8 +352,8 @@
"kind": "bigquery#dataset", # [Output-only] The resource type.
"description": "A String", # [Optional] A user-friendly description of the dataset.
"datasetReference": { # [Required] A reference that identifies the dataset.
- "projectId": "A String", # [Optional] The ID of the container project.
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+ "projectId": "A String", # [Optional] The ID of the project containing this dataset.
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
},
"creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
"access": [ # [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
@@ -364,9 +364,9 @@
"groupByEmail": "A String", # [Pick one] An email address of a Google Group to grant access to.
"role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READER, WRITER, OWNER.
"view": { # [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- "projectId": "A String", # [Required] ID of the project billed for storage of the table.
- "tableId": "A String", # [Required] ID of the table.
- "datasetId": "A String", # [Required] ID of the dataset containing the table.
+ "projectId": "A String", # [Required] The ID of the project containing this table.
+ "tableId": "A String", # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
+ "datasetId": "A String", # [Required] The ID of the dataset containing this table.
},
},
],
@@ -385,8 +385,8 @@
"kind": "bigquery#dataset", # [Output-only] The resource type.
"description": "A String", # [Optional] A user-friendly description of the dataset.
"datasetReference": { # [Required] A reference that identifies the dataset.
- "projectId": "A String", # [Optional] The ID of the container project.
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+ "projectId": "A String", # [Optional] The ID of the project containing this dataset.
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
},
"creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
"access": [ # [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
@@ -397,9 +397,9 @@
"groupByEmail": "A String", # [Pick one] An email address of a Google Group to grant access to.
"role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READER, WRITER, OWNER.
"view": { # [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- "projectId": "A String", # [Required] ID of the project billed for storage of the table.
- "tableId": "A String", # [Required] ID of the table.
- "datasetId": "A String", # [Required] ID of the dataset containing the table.
+ "projectId": "A String", # [Required] The ID of the project containing this table.
+ "tableId": "A String", # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
+ "datasetId": "A String", # [Required] The ID of the dataset containing this table.
},
},
],