|
695 | 695 | }
|
696 | 696 | }
|
697 | 697 | },
|
698 |
| -"revision": "20240630", |
| 698 | +"revision": "20241028", |
699 | 699 | "rootUrl": "https://analyticshub.googleapis.com/",
|
700 | 700 | "schemas": {
|
701 | 701 | "AuditConfig": {
|
|
833 | 833 | },
|
834 | 834 | "type": "object"
|
835 | 835 | },
|
836 |
| -"DestinationDataset": { |
837 |
| -"description": "Defines the destination bigquery dataset.", |
838 |
| -"id": "DestinationDataset", |
839 |
| -"properties": { |
840 |
| -"datasetReference": { |
841 |
| -"$ref": "DestinationDatasetReference", |
842 |
| -"description": "Required. A reference that identifies the destination dataset." |
843 |
| -}, |
844 |
| -"description": { |
845 |
| -"description": "Optional. A user-friendly description of the dataset.", |
846 |
| -"type": "string" |
847 |
| -}, |
848 |
| -"friendlyName": { |
849 |
| -"description": "Optional. A descriptive name for the dataset.", |
850 |
| -"type": "string" |
851 |
| -}, |
852 |
| -"labels": { |
853 |
| -"additionalProperties": { |
854 |
| -"type": "string" |
855 |
| -}, |
856 |
| -"description": "Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.", |
857 |
| -"type": "object" |
858 |
| -}, |
859 |
| -"location": { |
860 |
| -"description": "Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.", |
861 |
| -"type": "string" |
862 |
| -} |
863 |
| -}, |
864 |
| -"type": "object" |
865 |
| -}, |
866 |
| -"DestinationDatasetReference": { |
867 |
| -"description": "Contains the reference that identifies a destination bigquery dataset.", |
868 |
| -"id": "DestinationDatasetReference", |
869 |
| -"properties": { |
870 |
| -"datasetId": { |
871 |
| -"description": "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.", |
872 |
| -"type": "string" |
873 |
| -}, |
874 |
| -"projectId": { |
875 |
| -"description": "Required. The ID of the project containing this dataset.", |
876 |
| -"type": "string" |
877 |
| -} |
878 |
| -}, |
879 |
| -"type": "object" |
880 |
| -}, |
881 | 836 | "Empty": {
|
882 | 837 | "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
|
883 | 838 | "id": "Empty",
|
|
930 | 885 | },
|
931 | 886 | "type": "object"
|
932 | 887 | },
|
| 888 | +"GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset": { |
| 889 | +"description": "Defines the destination bigquery dataset.", |
| 890 | +"id": "GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset", |
| 891 | +"properties": { |
| 892 | +"datasetReference": { |
| 893 | +"$ref": "GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference", |
| 894 | +"description": "Required. A reference that identifies the destination dataset." |
| 895 | +}, |
| 896 | +"description": { |
| 897 | +"description": "Optional. A user-friendly description of the dataset.", |
| 898 | +"type": "string" |
| 899 | +}, |
| 900 | +"friendlyName": { |
| 901 | +"description": "Optional. A descriptive name for the dataset.", |
| 902 | +"type": "string" |
| 903 | +}, |
| 904 | +"labels": { |
| 905 | +"additionalProperties": { |
| 906 | +"type": "string" |
| 907 | +}, |
| 908 | +"description": "Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.", |
| 909 | +"type": "object" |
| 910 | +}, |
| 911 | +"location": { |
| 912 | +"description": "Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.", |
| 913 | +"type": "string" |
| 914 | +} |
| 915 | +}, |
| 916 | +"type": "object" |
| 917 | +}, |
| 918 | +"GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference": { |
| 919 | +"description": "Contains the reference that identifies a destination bigquery dataset.", |
| 920 | +"id": "GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference", |
| 921 | +"properties": { |
| 922 | +"datasetId": { |
| 923 | +"description": "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.", |
| 924 | +"type": "string" |
| 925 | +}, |
| 926 | +"projectId": { |
| 927 | +"description": "Required. The ID of the project containing this dataset.", |
| 928 | +"type": "string" |
| 929 | +} |
| 930 | +}, |
| 931 | +"type": "object" |
| 932 | +}, |
933 | 933 | "LinkedResource": {
|
934 | 934 | "description": "Reference to a linked resource tracked by this Subscription.",
|
935 | 935 | "id": "LinkedResource",
|
|
1276 | 1276 | "id": "SubscribeListingRequest",
|
1277 | 1277 | "properties": {
|
1278 | 1278 | "destinationDataset": {
|
1279 |
| -"$ref": "DestinationDataset", |
| 1279 | +"$ref": "GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset", |
1280 | 1280 | "description": "BigQuery destination dataset to create for the subscriber."
|
1281 | 1281 | }
|
1282 | 1282 | },
|
|
0 commit comments