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
<pclass="firstline">Deletes the API hub instance.</p>
85
+
<pclass="firstline">Deletes the API hub instance. Deleting the API hub instance will also result in the removal of all associated runtime project attachments and the host project registration.</p>
<pre>Deletes the API hub instance. Deleting the API hub instance will also result in the removal of all associated runtime project attachments and the host project registration.
158
158
159
159
Args:
160
160
name: string, Required. The name of the Api Hub instance to delete. Format: `projects/{project}/locations/{location}/apiHubInstances/{apiHubInstance}`. (required)
Copy file name to clipboardExpand all lines: docs/dyn/apihub_v1.projects.locations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1036,7 +1036,7 @@ <h3>Method Details</h3>
1036
1036
1037
1037
Args:
1038
1038
name: string, The resource that owns the locations collection, if applicable. (required)
1039
-
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
1039
+
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. (repeated)
1040
1040
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
1041
1041
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
1042
1042
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: docs/dyn/apihub_v1.projects.locations.plugins.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ <h3>Method Details</h3>
130
130
The object takes the form of:
131
131
132
132
{ # A plugin resource in the API Hub.
133
-
"actionsConfig": [ # Required. The configuration of actions supported by the plugin.
133
+
"actionsConfig": [ # Optional. The configuration of actions supported by the plugin. **REQUIRED**: This field must be provided when creating or updating a Plugin. The server will reject requests if this field is missing.
134
134
{ # PluginActionConfig represents the configuration of an action supported by a plugin.
135
135
"description": "A String", # Required. The description of the operation performed by the action.
136
136
"displayName": "A String", # Required. The display name of the action.
@@ -226,7 +226,7 @@ <h3>Method Details</h3>
226
226
An object of the form:
227
227
228
228
{ # A plugin resource in the API Hub.
229
-
"actionsConfig": [ # Required. The configuration of actions supported by the plugin.
229
+
"actionsConfig": [ # Optional. The configuration of actions supported by the plugin. **REQUIRED**: This field must be provided when creating or updating a Plugin. The server will reject requests if this field is missing.
230
230
{ # PluginActionConfig represents the configuration of an action supported by a plugin.
231
231
"description": "A String", # Required. The description of the operation performed by the action.
232
232
"displayName": "A String", # Required. The display name of the action.
@@ -369,7 +369,7 @@ <h3>Method Details</h3>
369
369
An object of the form:
370
370
371
371
{ # A plugin resource in the API Hub.
372
-
"actionsConfig": [ # Required. The configuration of actions supported by the plugin.
372
+
"actionsConfig": [ # Optional. The configuration of actions supported by the plugin. **REQUIRED**: This field must be provided when creating or updating a Plugin. The server will reject requests if this field is missing.
373
373
{ # PluginActionConfig represents the configuration of an action supported by a plugin.
374
374
"description": "A String", # Required. The description of the operation performed by the action.
375
375
"displayName": "A String", # Required. The display name of the action.
@@ -477,7 +477,7 @@ <h3>Method Details</h3>
477
477
An object of the form:
478
478
479
479
{ # A plugin resource in the API Hub.
480
-
"actionsConfig": [ # Required. The configuration of actions supported by the plugin.
480
+
"actionsConfig": [ # Optional. The configuration of actions supported by the plugin. **REQUIRED**: This field must be provided when creating or updating a Plugin. The server will reject requests if this field is missing.
481
481
{ # PluginActionConfig represents the configuration of an action supported by a plugin.
482
482
"description": "A String", # Required. The description of the operation performed by the action.
483
483
"displayName": "A String", # Required. The display name of the action.
@@ -579,7 +579,7 @@ <h3>Method Details</h3>
579
579
An object of the form:
580
580
581
581
{ # A plugin resource in the API Hub.
582
-
"actionsConfig": [ # Required. The configuration of actions supported by the plugin.
582
+
"actionsConfig": [ # Optional. The configuration of actions supported by the plugin. **REQUIRED**: This field must be provided when creating or updating a Plugin. The server will reject requests if this field is missing.
583
583
{ # PluginActionConfig represents the configuration of an action supported by a plugin.
584
584
"description": "A String", # Required. The description of the operation performed by the action.
585
585
"displayName": "A String", # Required. The display name of the action.
@@ -711,7 +711,7 @@ <h3>Method Details</h3>
711
711
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
712
712
"plugins": [ # The plugins from the specified parent resource.
713
713
{ # A plugin resource in the API Hub.
714
-
"actionsConfig": [ # Required. The configuration of actions supported by the plugin.
714
+
"actionsConfig": [ # Optional. The configuration of actions supported by the plugin. **REQUIRED**: This field must be provided when creating or updating a Plugin. The server will reject requests if this field is missing.
715
715
{ # PluginActionConfig represents the configuration of an action supported by a plugin.
716
716
"description": "A String", # Required. The description of the operation performed by the action.
717
717
"displayName": "A String", # Required. The display name of the action.
<pclass="firstline">Updates a plugin instance in the API hub. The following fields in the plugin_instance can be updated currently: * display_name * schedule_cron_expression The update_mask should be used to specify the fields being updated. To update the auth_config and additional_config of the plugin instance, use the ApplyPluginInstanceConfig method.</p>
name: string, Required. The name of the plugin instance for which data needs to be managed. Format: `projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}` (required)
670
+
body: object, The request body.
671
+
The object takes the form of:
672
+
673
+
{ # The ManagePluginInstanceSourceData method's request.
674
+
"action": "A String", # Required. Action to be performed.
675
+
"data": "A String", # Required. Data to be managed.
676
+
"dataType": "A String", # Required. Type of data to be managed.
677
+
"relativePath": "A String", # Required. Relative path of data being managed for a given plugin instance.
678
+
}
679
+
680
+
x__xgafv: string, V1 error format.
681
+
Allowed values
682
+
1 - v1 error format
683
+
2 - v2 error format
684
+
685
+
Returns:
686
+
An object of the form:
687
+
688
+
{ # The ManagePluginInstanceSourceData method's response.
<pre>Updates a plugin instance in the API hub. The following fields in the plugin_instance can be updated currently: * display_name * schedule_cron_expression The update_mask should be used to specify the fields being updated. To update the auth_config and additional_config of the plugin instance, use the ApplyPluginInstanceConfig method.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/apihub.v1.json
+86-4Lines changed: 86 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@
172
172
],
173
173
"parameters": {
174
174
"extraLocationTypes": {
175
-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
175
+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
176
176
"location": "query",
177
177
"repeated": true,
178
178
"type": "string"
@@ -300,7 +300,7 @@
300
300
]
301
301
},
302
302
"delete": {
303
-
"description": "Deletes the API hub instance.",
303
+
"description": "Deletes the API hub instance. Deleting the API hub instance will also result in the removal of all associated runtime project attachments and the host project registration.",
"description": "Required. The name of the plugin instance for which data needs to be managed. Format: `projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}`",
"description": "Updates a plugin instance in the API hub. The following fields in the plugin_instance can be updated currently: * display_name * schedule_cron_expression The update_mask should be used to specify the fields being updated. To update the auth_config and additional_config of the plugin instance, use the ApplyPluginInstanceConfig method.",
"description": "MatchResult represents the result of matching a discovered API operation with a catalog API operation.",
5145
5227
"id": "GoogleCloudApihubV1MatchResult",
@@ -5378,7 +5460,7 @@
5378
5460
"id": "GoogleCloudApihubV1Plugin",
5379
5461
"properties": {
5380
5462
"actionsConfig": {
5381
-
"description": "Required. The configuration of actions supported by the plugin.",
5463
+
"description": "Optional. The configuration of actions supported by the plugin. **REQUIRED**: This field must be provided when creating or updating a Plugin. The server will reject requests if this field is missing.",
0 commit comments