You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/connectors_v1.projects.locations.connections.connectionSchemaMetadata.html
+18
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,9 @@ <h3>Method Details</h3>
204
204
"description": "A String", # Output only. Brief Description of action
205
205
"displayName": "A String", # Output only. Display Name of action to be shown on client side
206
206
"inputJsonSchema": { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action's input metadata
207
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
208
+
"a_key": "", # Properties of the object.
209
+
},
207
210
"default": "", # The default value of the field or object described by this schema.
208
211
"description": "A String", # A description of this schema.
209
212
"enum": [ # 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>
228
231
"defaultValue": "", # The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
229
232
"description": "A String", # A brief description of the Parameter.
230
233
"jsonSchema": { # JsonSchema representation of schema metadata # JsonSchema representation of this action's parameter
234
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
235
+
"a_key": "", # Properties of the object.
236
+
},
231
237
"default": "", # The default value of the field or object described by this schema.
232
238
"description": "A String", # A description of this schema.
233
239
"enum": [ # 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>
252
258
],
253
259
"inputSchemaAsString": "A String", # Output only. Input schema as string.
254
260
"resultJsonSchema": { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action's result metadata
261
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
262
+
"a_key": "", # Properties of the object.
263
+
},
255
264
"default": "", # The default value of the field or object described by this schema.
256
265
"description": "A String", # A description of this schema.
257
266
"enum": [ # 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>
277
286
"description": "A String", # A brief description of the field.
278
287
"field": "A String", # Name of the result field.
279
288
"jsonSchema": { # JsonSchema representation of schema metadata # JsonSchema representation of this action's result
289
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
290
+
"a_key": "", # Properties of the object.
291
+
},
280
292
"default": "", # The default value of the field or object described by this schema.
281
293
"description": "A String", # A description of this schema.
282
294
"enum": [ # 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>
354
366
"description": "A String", # A brief description of the Field.
355
367
"field": "A String", # Name of the Field.
356
368
"jsonSchema": { # JsonSchema representation of schema metadata # JsonSchema representation of this entity's schema
369
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
370
+
"a_key": "", # Properties of the object.
371
+
},
357
372
"default": "", # The default value of the field or object described by this schema.
358
373
"description": "A String", # A description of this schema.
359
374
"enum": [ # 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>
378
393
},
379
394
],
380
395
"jsonSchema": { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this entity's metadata
396
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
397
+
"a_key": "", # Properties of the object.
398
+
},
381
399
"default": "", # The default value of the field or object described by this schema.
382
400
"description": "A String", # A description of this schema.
383
401
"enum": [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
Copy file name to clipboardexpand all lines: docs/dyn/connectors_v1.projects.locations.connections.html
+18
Original file line number
Diff line number
Diff line change
@@ -2282,6 +2282,9 @@ <h3>Method Details</h3>
2282
2282
"description": "A String", # Output only. Brief Description of action
2283
2283
"displayName": "A String", # Output only. Display Name of action to be shown on client side
2284
2284
"inputJsonSchema": { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action's input metadata
2285
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2286
+
"a_key": "", # Properties of the object.
2287
+
},
2285
2288
"default": "", # The default value of the field or object described by this schema.
2286
2289
"description": "A String", # A description of this schema.
2287
2290
"enum": [ # 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>
2306
2309
"defaultValue": "", # The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
2307
2310
"description": "A String", # A brief description of the Parameter.
2308
2311
"jsonSchema": { # JsonSchema representation of schema metadata # JsonSchema representation of this action's parameter
2312
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2313
+
"a_key": "", # Properties of the object.
2314
+
},
2309
2315
"default": "", # The default value of the field or object described by this schema.
2310
2316
"description": "A String", # A description of this schema.
2311
2317
"enum": [ # 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>
2330
2336
],
2331
2337
"inputSchemaAsString": "A String", # Output only. Input schema as string.
2332
2338
"resultJsonSchema": { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action's result metadata
2339
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2340
+
"a_key": "", # Properties of the object.
2341
+
},
2333
2342
"default": "", # The default value of the field or object described by this schema.
2334
2343
"description": "A String", # A description of this schema.
2335
2344
"enum": [ # 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>
2355
2364
"description": "A String", # A brief description of the field.
2356
2365
"field": "A String", # Name of the result field.
2357
2366
"jsonSchema": { # JsonSchema representation of schema metadata # JsonSchema representation of this action's result
2367
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2368
+
"a_key": "", # Properties of the object.
2369
+
},
2358
2370
"default": "", # The default value of the field or object described by this schema.
2359
2371
"description": "A String", # A description of this schema.
2360
2372
"enum": [ # 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>
2836
2848
"description": "A String", # A brief description of the Field.
2837
2849
"field": "A String", # Name of the Field.
2838
2850
"jsonSchema": { # JsonSchema representation of schema metadata # JsonSchema representation of this entity's schema
2851
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2852
+
"a_key": "", # Properties of the object.
2853
+
},
2839
2854
"default": "", # The default value of the field or object described by this schema.
2840
2855
"description": "A String", # A description of this schema.
2841
2856
"enum": [ # 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>
2860
2875
},
2861
2876
],
2862
2877
"jsonSchema": { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this entity's metadata
2878
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2879
+
"a_key": "", # Properties of the object.
2880
+
},
2863
2881
"default": "", # The default value of the field or object described by this schema.
2864
2882
"description": "A String", # A description of this schema.
2865
2883
"enum": [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
Copy file name to clipboardexpand all lines: docs/dyn/connectors_v1.projects.locations.connections.runtimeActionSchemas.html
+12
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,9 @@ <h3>Method Details</h3>
115
115
"description": "A String", # Output only. Brief Description of action
116
116
"displayName": "A String", # Output only. Display Name of action to be shown on client side
117
117
"inputJsonSchema": { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action's input metadata
118
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
119
+
"a_key": "", # Properties of the object.
120
+
},
118
121
"default": "", # The default value of the field or object described by this schema.
119
122
"description": "A String", # A description of this schema.
120
123
"enum": [ # 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>
139
142
"defaultValue": "", # The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
140
143
"description": "A String", # A brief description of the Parameter.
141
144
"jsonSchema": { # JsonSchema representation of schema metadata # JsonSchema representation of this action's parameter
145
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
146
+
"a_key": "", # Properties of the object.
147
+
},
142
148
"default": "", # The default value of the field or object described by this schema.
143
149
"description": "A String", # A description of this schema.
144
150
"enum": [ # 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>
163
169
],
164
170
"inputSchemaAsString": "A String", # Output only. Input schema as string.
165
171
"resultJsonSchema": { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this action's result metadata
172
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
173
+
"a_key": "", # Properties of the object.
174
+
},
166
175
"default": "", # The default value of the field or object described by this schema.
167
176
"description": "A String", # A description of this schema.
168
177
"enum": [ # 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>
188
197
"description": "A String", # A brief description of the field.
189
198
"field": "A String", # Name of the result field.
190
199
"jsonSchema": { # JsonSchema representation of schema metadata # JsonSchema representation of this action's result
200
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
201
+
"a_key": "", # Properties of the object.
202
+
},
191
203
"default": "", # The default value of the field or object described by this schema.
192
204
"description": "A String", # A description of this schema.
193
205
"enum": [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
Copy file name to clipboardexpand all lines: docs/dyn/connectors_v1.projects.locations.connections.runtimeEntitySchemas.html
+6
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,9 @@ <h3>Method Details</h3>
121
121
"description": "A String", # A brief description of the Field.
122
122
"field": "A String", # Name of the Field.
123
123
"jsonSchema": { # JsonSchema representation of schema metadata # JsonSchema representation of this entity's schema
124
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
125
+
"a_key": "", # Properties of the object.
126
+
},
124
127
"default": "", # The default value of the field or object described by this schema.
125
128
"description": "A String", # A description of this schema.
126
129
"enum": [ # 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>
145
148
},
146
149
],
147
150
"jsonSchema": { # JsonSchema representation of schema metadata # Output only. JsonSchema representation of this entity's metadata
151
+
"additionalDetails": { # Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
152
+
"a_key": "", # Properties of the object.
153
+
},
148
154
"default": "", # The default value of the field or object described by this schema.
149
155
"description": "A String", # A description of this schema.
150
156
"enum": [ # Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
Copy file name to clipboardexpand all lines: docs/dyn/connectors_v1.projects.locations.global_.customConnectors.customConnectorVersions.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233
233
},
234
234
"roleGrant": { # This configuration defines all the Cloud IAM roles that needs to be granted to a particular Google Cloud resource for the selected principal like service account. These configurations will let UI display to customers what IAM roles need to be granted by them. Or these configurations can be used by the UI to render a 'grant' button to do the same on behalf of the user. # Optional. Role grant configuration for the config variable.
235
235
"helperTextTemplate": "A String", # Optional. Template that UI can use to provide helper text to customers.
236
-
"principal": "A String", # Optional. Prinicipal/Identity for whom the role need to assigned.
236
+
"principal": "A String", # Optional. Principal/Identity for whom the role need to assigned.
237
237
"resource": { # Resource definition # Optional. Resource on which the roles needs to be granted for the principal.
238
238
"pathTemplate": "A String", # Optional. Template to uniquely represent a Google Cloud resource in a format IAM expects This is a template that can have references to other values provided in the config variable template.
239
239
"type": "A String", # Optional. Different types of resource supported.
@@ -472,7 +472,7 @@ <h3>Method Details</h3>
472
472
},
473
473
"roleGrant": { # This configuration defines all the Cloud IAM roles that needs to be granted to a particular Google Cloud resource for the selected principal like service account. These configurations will let UI display to customers what IAM roles need to be granted by them. Or these configurations can be used by the UI to render a 'grant' button to do the same on behalf of the user. # Optional. Role grant configuration for the config variable.
474
474
"helperTextTemplate": "A String", # Optional. Template that UI can use to provide helper text to customers.
475
-
"principal": "A String", # Optional. Prinicipal/Identity for whom the role need to assigned.
475
+
"principal": "A String", # Optional. Principal/Identity for whom the role need to assigned.
476
476
"resource": { # Resource definition # Optional. Resource on which the roles needs to be granted for the principal.
477
477
"pathTemplate": "A String", # Optional. Template to uniquely represent a Google Cloud resource in a format IAM expects This is a template that can have references to other values provided in the config variable template.
478
478
"type": "A String", # Optional. Different types of resource supported.
@@ -686,7 +686,7 @@ <h3>Method Details</h3>
686
686
},
687
687
"roleGrant": { # This configuration defines all the Cloud IAM roles that needs to be granted to a particular Google Cloud resource for the selected principal like service account. These configurations will let UI display to customers what IAM roles need to be granted by them. Or these configurations can be used by the UI to render a 'grant' button to do the same on behalf of the user. # Optional. Role grant configuration for the config variable.
688
688
"helperTextTemplate": "A String", # Optional. Template that UI can use to provide helper text to customers.
689
-
"principal": "A String", # Optional. Prinicipal/Identity for whom the role need to assigned.
689
+
"principal": "A String", # Optional. Principal/Identity for whom the role need to assigned.
690
690
"resource": { # Resource definition # Optional. Resource on which the roles needs to be granted for the principal.
691
691
"pathTemplate": "A String", # Optional. Template to uniquely represent a Google Cloud resource in a format IAM expects This is a template that can have references to other values provided in the config variable template.
692
692
"type": "A String", # Optional. Different types of resource supported.
0 commit comments