APIMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The API metadata.
Attributes |
|
---|---|
Name | Description |
api |
google.cloud.apihub_v1.types.Api
Required. The API resource to be pushed to Hub's collect layer. The ID of the API resource will be generated by Hub to ensure uniqueness across all APIs across systems. |
versions |
MutableSequence[google.cloud.apihub_v1.types.VersionMetadata]
Optional. The list of versions present in an API resource. |
original_id |
str
Optional. The unique identifier of the API in the system where it was originally created. |
original_create_time |
google.protobuf.timestamp_pb2.Timestamp
Optional. Timestamp indicating when the API was created at the source. |
original_update_time |
google.protobuf.timestamp_pb2.Timestamp
Required. Timestamp indicating when the API was last updated at the source. |