Skip to content

Commit 34e3cef

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were deleted: - schemas.GoogleCloudDataplexV1LookupContextRequest.properties.context.type (Total Keys: 1)
1 parent c2bbbc4 commit 34e3cef

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

docs/dyn/dataplex_v1.projects.locations.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ <h3>Method Details</h3>
280280
The object takes the form of:
281281

282282
{ # Lookup Context using permissions in the source system.
283-
&quot;context&quot;: &quot;A String&quot;, # Optional. The text representing contextual information for which metadata context is being requested.
284283
&quot;options&quot;: { # Optional. Allows to configure the context.Supported options: format - The format of the context (one of yaml, xml, json, default is yaml). context_budget - If provided, the output will be intelligently truncated on a best-effort basis to contain approximately the desired amount of characters. There is no guarantee to achieve the specific amount. all_schema_fields - If set to true, all schema fields will be returned in the context (regardless of context_budget value). Otherwise, the list of schema fields is truncated. Default is false.
285284
&quot;a_key&quot;: &quot;A String&quot;,
286285
},

googleapiclient/discovery_cache/documents/dataplex.v1.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8038,7 +8038,7 @@
80388038
}
80398039
}
80408040
},
8041-
"revision": "20260623",
8041+
"revision": "20260713",
80428042
"rootUrl": "https://dataplex.googleapis.com/",
80438043
"schemas": {
80448044
"Empty": {
@@ -14645,10 +14645,6 @@
1464514645
"description": "Lookup Context using permissions in the source system.",
1464614646
"id": "GoogleCloudDataplexV1LookupContextRequest",
1464714647
"properties": {
14648-
"context": {
14649-
"description": "Optional. The text representing contextual information for which metadata context is being requested.",
14650-
"type": "string"
14651-
},
1465214648
"options": {
1465314649
"additionalProperties": {
1465414650
"type": "string"

0 commit comments

Comments
 (0)