Class CreatePluginInstanceRequest (0.2.7)

CreatePluginInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The CreatePluginInstance method's request.

Attributes

Name Description
parent str
Required. The parent of the plugin instance resource. Format: projects/{project}/locations/{location}/plugins/{plugin}
plugin_instance_id str
Optional. The ID to use for the plugin instance, which will become the final component of the plugin instance's resource name. This field is optional. - If provided, the same will be used. The service will throw an error if the specified id is already used by another plugin instance in the plugin resource. - If not provided, a system generated id will be used. This value should be 4-63 characters, and valid characters are /a-z][A-Z][0-9]-\_/.
plugin_instance google.cloud.apihub_v1.types.PluginInstance
Required. The plugin instance to create.