Skip to content

Commit 68deafd

Browse files
feat(dataplex): update the API
#### dataplex:v1 The following keys were added: - schemas.GoogleCloudDataplexV1DataDocumentationSpec.properties.catalogPublishingEnabled.description - schemas.GoogleCloudDataplexV1DataDocumentationSpec.properties.catalogPublishingEnabled.type The following keys were changed: - resources.organizations.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.projects.resources.locations.methods.lookupEntry.parameters.view.enumDescriptions - resources.projects.resources.locations.resources.entryGroups.resources.entries.methods.get.parameters.view.enumDescriptions - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.description
1 parent 8cc495b commit 68deafd

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

discovery/dataplex-v1.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
"type": "string"
729729
},
730730
"returnPartialSuccess": {
731-
"description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.",
731+
"description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections. For example, when parent is set to \"projects/example/locations/-\".This field is not supported by default and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.",
732732
"location": "query",
733733
"type": "boolean"
734734
}
@@ -870,7 +870,7 @@
870870
"Returns entry only, without aspects.",
871871
"Returns all required aspects as well as the keys of all non-required aspects.",
872872
"Returns aspects matching custom fields in GetEntryRequest. If the number of aspects exceeds 100, the first 100 will be returned.",
873-
""
873+
"Returns all aspects. If the number of aspects exceeds 100, the first 100 will be returned."
874874
],
875875
"location": "query",
876876
"type": "string"
@@ -3041,7 +3041,7 @@
30413041
"Returns entry only, without aspects.",
30423042
"Returns all required aspects as well as the keys of all non-required aspects.",
30433043
"Returns aspects matching custom fields in GetEntryRequest. If the number of aspects exceeds 100, the first 100 will be returned.",
3044-
""
3044+
"Returns all aspects. If the number of aspects exceeds 100, the first 100 will be returned."
30453045
],
30463046
"location": "query",
30473047
"type": "string"
@@ -7209,7 +7209,7 @@
72097209
"type": "string"
72107210
},
72117211
"returnPartialSuccess": {
7212-
"description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.",
7212+
"description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections. For example, when parent is set to \"projects/example/locations/-\".This field is not supported by default and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.",
72137213
"location": "query",
72147214
"type": "boolean"
72157215
}
@@ -7229,7 +7229,7 @@
72297229
}
72307230
}
72317231
},
7232-
"revision": "20251113",
7232+
"revision": "20251128",
72337233
"rootUrl": "https://dataplex.googleapis.com/",
72347234
"schemas": {
72357235
"Empty": {
@@ -8715,7 +8715,12 @@
87158715
"GoogleCloudDataplexV1DataDocumentationSpec": {
87168716
"description": "DataDocumentation scan related spec.",
87178717
"id": "GoogleCloudDataplexV1DataDocumentationSpec",
8718-
"properties": {},
8718+
"properties": {
8719+
"catalogPublishingEnabled": {
8720+
"description": "Optional. Whether to publish result to Dataplex Catalog.",
8721+
"type": "boolean"
8722+
}
8723+
},
87198724
"type": "object"
87208725
},
87218726
"GoogleCloudDataplexV1DataProfileResult": {
@@ -14402,7 +14407,7 @@
1440214407
"type": "array"
1440314408
},
1440414409
"unreachable": {
14405-
"description": "Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.",
14410+
"description": "Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections. For example, when attempting to list all resources across all supported locations.",
1440614411
"items": {
1440714412
"type": "string"
1440814413
},

src/apis/dataplex/v1.ts

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,12 @@ export namespace dataplex_v1 {
11731173
/**
11741174
* DataDocumentation scan related spec.
11751175
*/
1176-
export interface Schema$GoogleCloudDataplexV1DataDocumentationSpec {}
1176+
export interface Schema$GoogleCloudDataplexV1DataDocumentationSpec {
1177+
/**
1178+
* Optional. Whether to publish result to Dataplex Catalog.
1179+
*/
1180+
catalogPublishingEnabled?: boolean | null;
1181+
}
11771182
/**
11781183
* DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.
11791184
*/
@@ -4921,7 +4926,7 @@ export namespace dataplex_v1 {
49214926
*/
49224927
operations?: Schema$GoogleLongrunningOperation[];
49234928
/**
4924-
* Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.
4929+
* Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections. For example, when attempting to list all resources across all supported locations.
49254930
*/
49264931
unreachable?: string[] | null;
49274932
}
@@ -6818,7 +6823,7 @@ export namespace dataplex_v1 {
68186823
* pageSize: 'placeholder-value',
68196824
* // The standard list page token.
68206825
* pageToken: 'placeholder-value',
6821-
* // When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.
6826+
* // When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections. For example, when parent is set to "projects/example/locations/-".This field is not supported by default and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.
68226827
* returnPartialSuccess: 'placeholder-value',
68236828
* });
68246829
* console.log(res.data);
@@ -6978,7 +6983,7 @@ export namespace dataplex_v1 {
69786983
*/
69796984
pageToken?: string;
69806985
/**
6981-
* When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.
6986+
* When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections. For example, when parent is set to "projects/example/locations/-".This field is not supported by default and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.
69826987
*/
69836988
returnPartialSuccess?: boolean;
69846989
}
@@ -39113,7 +39118,7 @@ export namespace dataplex_v1 {
3911339118
* pageSize: 'placeholder-value',
3911439119
* // The standard list page token.
3911539120
* pageToken: 'placeholder-value',
39116-
* // When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.
39121+
* // When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections. For example, when parent is set to "projects/example/locations/-".This field is not supported by default and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.
3911739122
* returnPartialSuccess: 'placeholder-value',
3911839123
* });
3911939124
* console.log(res.data);
@@ -39273,7 +39278,7 @@ export namespace dataplex_v1 {
3927339278
*/
3927439279
pageToken?: string;
3927539280
/**
39276-
* When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.
39281+
* When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections. For example, when parent is set to "projects/example/locations/-".This field is not supported by default and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.
3927739282
*/
3927839283
returnPartialSuccess?: boolean;
3927939284
}

0 commit comments

Comments
 (0)