Skip to content

Commit 0cfb93b

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were added: - schemas.JsonSchema.properties.additionalDetails (Total Keys: 2)
1 parent c2c0fe9 commit 0cfb93b

7 files changed

+90
-28
lines changed

docs/dyn/connectors_v1.projects.locations.connections.connectionSchemaMetadata.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ <h3>Method Details</h3>
204204
&quot;description&quot;: &quot;A String&quot;, # Output only. Brief Description of action
205205
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display Name of action to be shown on client side
206206
&quot;inputJsonSchema&quot;: { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action&#x27;s input metadata
207+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
208+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
209+
},
207210
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
208211
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
209212
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -228,6 +231,9 @@ <h3>Method Details</h3>
228231
&quot;defaultValue&quot;: &quot;&quot;, # The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
229232
&quot;description&quot;: &quot;A String&quot;, # A brief description of the Parameter.
230233
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # JsonSchema representation of this action&#x27;s parameter
234+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
235+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
236+
},
231237
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
232238
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
233239
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -252,6 +258,9 @@ <h3>Method Details</h3>
252258
],
253259
&quot;inputSchemaAsString&quot;: &quot;A String&quot;, # Output only. Input schema as string.
254260
&quot;resultJsonSchema&quot;: { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action&#x27;s result metadata
261+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
262+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
263+
},
255264
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
256265
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
257266
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -277,6 +286,9 @@ <h3>Method Details</h3>
277286
&quot;description&quot;: &quot;A String&quot;, # A brief description of the field.
278287
&quot;field&quot;: &quot;A String&quot;, # Name of the result field.
279288
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # JsonSchema representation of this action&#x27;s result
289+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
290+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
291+
},
280292
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
281293
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
282294
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -354,6 +366,9 @@ <h3>Method Details</h3>
354366
&quot;description&quot;: &quot;A String&quot;, # A brief description of the Field.
355367
&quot;field&quot;: &quot;A String&quot;, # Name of the Field.
356368
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # JsonSchema representation of this entity&#x27;s schema
369+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
370+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
371+
},
357372
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
358373
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
359374
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -378,6 +393,9 @@ <h3>Method Details</h3>
378393
},
379394
],
380395
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this entity&#x27;s metadata
396+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
397+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
398+
},
381399
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
382400
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
383401
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values

docs/dyn/connectors_v1.projects.locations.connections.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,6 +2282,9 @@ <h3>Method Details</h3>
22822282
&quot;description&quot;: &quot;A String&quot;, # Output only. Brief Description of action
22832283
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display Name of action to be shown on client side
22842284
&quot;inputJsonSchema&quot;: { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action&#x27;s input metadata
2285+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2286+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
2287+
},
22852288
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
22862289
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
22872290
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -2306,6 +2309,9 @@ <h3>Method Details</h3>
23062309
&quot;defaultValue&quot;: &quot;&quot;, # The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
23072310
&quot;description&quot;: &quot;A String&quot;, # A brief description of the Parameter.
23082311
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # JsonSchema representation of this action&#x27;s parameter
2312+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2313+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
2314+
},
23092315
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
23102316
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
23112317
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -2330,6 +2336,9 @@ <h3>Method Details</h3>
23302336
],
23312337
&quot;inputSchemaAsString&quot;: &quot;A String&quot;, # Output only. Input schema as string.
23322338
&quot;resultJsonSchema&quot;: { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action&#x27;s result metadata
2339+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2340+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
2341+
},
23332342
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
23342343
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
23352344
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -2355,6 +2364,9 @@ <h3>Method Details</h3>
23552364
&quot;description&quot;: &quot;A String&quot;, # A brief description of the field.
23562365
&quot;field&quot;: &quot;A String&quot;, # Name of the result field.
23572366
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # JsonSchema representation of this action&#x27;s result
2367+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2368+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
2369+
},
23582370
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
23592371
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
23602372
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -2836,6 +2848,9 @@ <h3>Method Details</h3>
28362848
&quot;description&quot;: &quot;A String&quot;, # A brief description of the Field.
28372849
&quot;field&quot;: &quot;A String&quot;, # Name of the Field.
28382850
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # JsonSchema representation of this entity&#x27;s schema
2851+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2852+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
2853+
},
28392854
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
28402855
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
28412856
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -2860,6 +2875,9 @@ <h3>Method Details</h3>
28602875
},
28612876
],
28622877
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this entity&#x27;s metadata
2878+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2879+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
2880+
},
28632881
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
28642882
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
28652883
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values

docs/dyn/connectors_v1.projects.locations.connections.runtimeActionSchemas.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ <h3>Method Details</h3>
115115
&quot;description&quot;: &quot;A String&quot;, # Output only. Brief Description of action
116116
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display Name of action to be shown on client side
117117
&quot;inputJsonSchema&quot;: { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action&#x27;s input metadata
118+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
119+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
120+
},
118121
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
119122
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
120123
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -139,6 +142,9 @@ <h3>Method Details</h3>
139142
&quot;defaultValue&quot;: &quot;&quot;, # The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
140143
&quot;description&quot;: &quot;A String&quot;, # A brief description of the Parameter.
141144
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # JsonSchema representation of this action&#x27;s parameter
145+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
146+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
147+
},
142148
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
143149
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
144150
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -163,6 +169,9 @@ <h3>Method Details</h3>
163169
],
164170
&quot;inputSchemaAsString&quot;: &quot;A String&quot;, # Output only. Input schema as string.
165171
&quot;resultJsonSchema&quot;: { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action&#x27;s result metadata
172+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
173+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
174+
},
166175
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
167176
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
168177
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -188,6 +197,9 @@ <h3>Method Details</h3>
188197
&quot;description&quot;: &quot;A String&quot;, # A brief description of the field.
189198
&quot;field&quot;: &quot;A String&quot;, # Name of the result field.
190199
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # JsonSchema representation of this action&#x27;s result
200+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
201+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
202+
},
191203
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
192204
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
193205
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values

docs/dyn/connectors_v1.projects.locations.connections.runtimeEntitySchemas.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ <h3>Method Details</h3>
121121
&quot;description&quot;: &quot;A String&quot;, # A brief description of the Field.
122122
&quot;field&quot;: &quot;A String&quot;, # Name of the Field.
123123
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # JsonSchema representation of this entity&#x27;s schema
124+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
125+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
126+
},
124127
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
125128
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
126129
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -145,6 +148,9 @@ <h3>Method Details</h3>
145148
},
146149
],
147150
&quot;jsonSchema&quot;: { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this entity&#x27;s metadata
151+
&quot;additionalDetails&quot;: { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
152+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
153+
},
148154
&quot;default&quot;: &quot;&quot;, # The default value of the field or object described by this schema.
149155
&quot;description&quot;: &quot;A String&quot;, # A description of this schema.
150156
&quot;enum&quot;: [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values

0 commit comments

Comments
 (0)