Class VersionMetadata (0.2.7)

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

The metadata associated with a version of the API resource.

Attributes

Name Description
version google.cloud.apihub_v1.types.Version
Required. Represents a version of the API resource in API hub. The ID of the version will be generated by Hub.
specs MutableSequence[google.cloud.apihub_v1.types.SpecMetadata]
Optional. The specs associated with this version. Note that an API version can be associated with multiple specs.
deployments MutableSequence[google.cloud.apihub_v1.types.DeploymentMetadata]
Optional. The deployments linked to this API version. Note: A particular API version could be deployed to multiple deployments (for dev deployment, UAT deployment, etc.)
original_id str
Optional. The unique identifier of the version in the system where it was originally created.
original_create_time google.protobuf.timestamp_pb2.Timestamp
Optional. Timestamp indicating when the version was created at the source.
original_update_time google.protobuf.timestamp_pb2.Timestamp
Required. Timestamp indicating when the version was last updated at the source.