Skip to content

Commit 2e8f827

Browse files
feat(analyticshub): update the api
#### analyticshub:v1 The following keys were added: - schemas.SubscribeDataExchangeRequest.properties.destinationDataset.$ref (Total Keys: 1) #### analyticshub:v1beta1 The following keys were deleted: - schemas.DestinationDataset (Total Keys: 11) The following keys were added: - schemas.GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset (Total Keys: 11) The following keys were changed: - schemas.SubscribeListingRequest.properties.destinationDataset.$ref (Total Keys: 1)
1 parent 477d209 commit 2e8f827

File tree

3 files changed

+64
-48
lines changed

3 files changed

+64
-48
lines changed

docs/dyn/analyticshub_v1.projects.locations.dataExchanges.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,18 @@ <h3>Method Details</h3>
561561

562562
{ # Message for subscribing to a Data Exchange.
563563
&quot;destination&quot;: &quot;A String&quot;, # Required. The parent resource path of the Subscription. e.g. `projects/subscriberproject/locations/US`
564+
&quot;destinationDataset&quot;: { # Defines the destination bigquery dataset. # Optional. BigQuery destination dataset to create for the subscriber.
565+
&quot;datasetReference&quot;: { # Contains the reference that identifies a destination bigquery dataset. # Required. A reference that identifies the destination dataset.
566+
&quot;datasetId&quot;: &quot;A String&quot;, # 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.
567+
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this dataset.
568+
},
569+
&quot;description&quot;: &quot;A String&quot;, # Optional. A user-friendly description of the dataset.
570+
&quot;friendlyName&quot;: &quot;A String&quot;, # Optional. A descriptive name for the dataset.
571+
&quot;labels&quot;: { # 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.
572+
&quot;a_key&quot;: &quot;A String&quot;,
573+
},
574+
&quot;location&quot;: &quot;A String&quot;, # Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
575+
},
564576
&quot;subscriberContact&quot;: &quot;A String&quot;, # Email of the subscriber.
565577
&quot;subscription&quot;: &quot;A String&quot;, # Required. Name of the subscription to create. e.g. `subscription1`
566578
}

googleapiclient/discovery_cache/documents/analyticshub.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@
10221022
}
10231023
}
10241024
},
1025-
"revision": "20240925",
1025+
"revision": "20241028",
10261026
"rootUrl": "https://analyticshub.googleapis.com/",
10271027
"schemas": {
10281028
"AnalyticsHubSubscriptionInfo": {
@@ -2228,6 +2228,10 @@
22282228
"description": "Required. The parent resource path of the Subscription. e.g. `projects/subscriberproject/locations/US`",
22292229
"type": "string"
22302230
},
2231+
"destinationDataset": {
2232+
"$ref": "DestinationDataset",
2233+
"description": "Optional. BigQuery destination dataset to create for the subscriber."
2234+
},
22312235
"subscriberContact": {
22322236
"description": "Email of the subscriber.",
22332237
"type": "string"

googleapiclient/discovery_cache/documents/analyticshub.v1beta1.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
}
696696
}
697697
},
698-
"revision": "20240630",
698+
"revision": "20241028",
699699
"rootUrl": "https://analyticshub.googleapis.com/",
700700
"schemas": {
701701
"AuditConfig": {
@@ -833,51 +833,6 @@
833833
},
834834
"type": "object"
835835
},
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-
},
881836
"Empty": {
882837
"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); }",
883838
"id": "Empty",
@@ -930,6 +885,51 @@
930885
},
931886
"type": "object"
932887
},
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+
},
933933
"LinkedResource": {
934934
"description": "Reference to a linked resource tracked by this Subscription.",
935935
"id": "LinkedResource",
@@ -1276,7 +1276,7 @@
12761276
"id": "SubscribeListingRequest",
12771277
"properties": {
12781278
"destinationDataset": {
1279-
"$ref": "DestinationDataset",
1279+
"$ref": "GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset",
12801280
"description": "BigQuery destination dataset to create for the subscriber."
12811281
}
12821282
},

0 commit comments

Comments
 (0)