CreateApiHubInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The CreateApiHubInstance method's request.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent resource for the Api Hub instance resource. Format: projects/{project}/locations/{location}
|
api_hub_instance_id |
str
Optional. Identifier to assign to the Api Hub instance. Must be unique within scope of the parent resource. If the field is not provided, system generated id will be used. This value should be 4-40 characters, and valid characters are / a-z][A-Z][0-9]-_/ .
|
api_hub_instance |
google.cloud.apihub_v1.types.ApiHubInstance
Required. The ApiHub instance. |