Skip to content

Commit

Permalink
feat(analyticshub): update the api
Browse files Browse the repository at this point in the history
#### analyticshub:v1

The following keys were added:
- schemas.BigQueryDatasetSource.properties.selectedResources (Total Keys: 2)
- schemas.SelectedResource (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Mar 19, 2024
1 parent e7a9979 commit da51b77
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
Expand Up @@ -131,6 +131,11 @@ <h3>Method Details</h3>
{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Required. Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;selectedResources&quot;: [ # Optional. Resources in this dataset that are selectively shared. If this field is empty, then the entire dataset (all resources) are shared. This field is only valid for data clean room exchanges.
{ # Resource in this dataset that are selectively shared.
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
},
],
},
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
&quot;A String&quot;,
Expand Down Expand Up @@ -170,6 +175,11 @@ <h3>Method Details</h3>
{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Required. Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;selectedResources&quot;: [ # Optional. Resources in this dataset that are selectively shared. If this field is empty, then the entire dataset (all resources) are shared. This field is only valid for data clean room exchanges.
{ # Resource in this dataset that are selectively shared.
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
},
],
},
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
&quot;A String&quot;,
Expand Down Expand Up @@ -233,6 +243,11 @@ <h3>Method Details</h3>
{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Required. Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;selectedResources&quot;: [ # Optional. Resources in this dataset that are selectively shared. If this field is empty, then the entire dataset (all resources) are shared. This field is only valid for data clean room exchanges.
{ # Resource in this dataset that are selectively shared.
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
},
],
},
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
&quot;A String&quot;,
Expand Down Expand Up @@ -338,6 +353,11 @@ <h3>Method Details</h3>
{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Required. Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;selectedResources&quot;: [ # Optional. Resources in this dataset that are selectively shared. If this field is empty, then the entire dataset (all resources) are shared. This field is only valid for data clean room exchanges.
{ # Resource in this dataset that are selectively shared.
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
},
],
},
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
&quot;A String&quot;,
Expand Down Expand Up @@ -449,6 +469,11 @@ <h3>Method Details</h3>
{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Required. Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;selectedResources&quot;: [ # Optional. Resources in this dataset that are selectively shared. If this field is empty, then the entire dataset (all resources) are shared. This field is only valid for data clean room exchanges.
{ # Resource in this dataset that are selectively shared.
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
},
],
},
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
&quot;A String&quot;,
Expand Down Expand Up @@ -488,6 +513,11 @@ <h3>Method Details</h3>
{ # A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
&quot;bigqueryDataset&quot;: { # A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber&#x27;s subscribe to a listing, Analytics Hub creates a linked dataset in the subscriber&#x27;s project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a _symbolic link_ to a shared dataset. # Required. Shared dataset i.e. BigQuery dataset source.
&quot;dataset&quot;: &quot;A String&quot;, # Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
&quot;selectedResources&quot;: [ # Optional. Resources in this dataset that are selectively shared. If this field is empty, then the entire dataset (all resources) are shared. This field is only valid for data clean room exchanges.
{ # Resource in this dataset that are selectively shared.
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
},
],
},
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
&quot;A String&quot;,
Expand Down
20 changes: 19 additions & 1 deletion googleapiclient/discovery_cache/documents/analyticshub.v1.json
Expand Up @@ -1022,7 +1022,7 @@
}
}
},
"revision": "20240304",
"revision": "20240307",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1080,6 +1080,13 @@
"dataset": {
"description": "Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`",
"type": "string"
},
"selectedResources": {
"description": "Optional. Resources in this dataset that are selectively shared. If this field is empty, then the entire dataset (all resources) are shared. This field is only valid for data clean room exchanges.",
"items": {
"$ref": "SelectedResource"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -1677,6 +1684,17 @@
"properties": {},
"type": "object"
},
"SelectedResource": {
"description": "Resource in this dataset that are selectively shared.",
"id": "SelectedResource",
"properties": {
"table": {
"description": "Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:\"projects/test_project/datasets/test_dataset/tables/test_table\"",
"type": "string"
}
},
"type": "object"
},
"SetIamPolicyRequest": {
"description": "Request message for `SetIamPolicy` method.",
"id": "SetIamPolicyRequest",
Expand Down
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20240304",
"revision": "20240307",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down

0 comments on commit da51b77

Please sign in to comment.