Reference documentation and code samples for the Google Cloud Api Hub V1 Client class SpecMetadata.
The metadata associated with a spec of the API version.
Generated from protobuf message google.cloud.apihub.v1.SpecMetadata
Namespace
Google \ Cloud \ ApiHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ spec
Spec
Required. The spec resource to be pushed to Hub's collect layer. The ID of the spec will be generated by Hub.
↳ original_id
string
Optional. The unique identifier of the spec in the system where it was originally created.
↳ original_create_time
↳ original_update_time
Google\Protobuf\Timestamp
Required. Timestamp indicating when the spec was last updated at the source.
getSpec
Required. The spec resource to be pushed to Hub's collect layer. The ID of the spec will be generated by Hub.
hasSpec
clearSpec
setSpec
Required. The spec resource to be pushed to Hub's collect layer. The ID of the spec will be generated by Hub.
$this
getOriginalId
Optional. The unique identifier of the spec in the system where it was originally created.
string
setOriginalId
Optional. The unique identifier of the spec in the system where it was originally created.
var
string
$this
getOriginalCreateTime
Optional. Timestamp indicating when the spec was created at the source.
hasOriginalCreateTime
clearOriginalCreateTime
setOriginalCreateTime
Optional. Timestamp indicating when the spec was created at the source.
$this
getOriginalUpdateTime
Required. Timestamp indicating when the spec was last updated at the source.
hasOriginalUpdateTime
clearOriginalUpdateTime
setOriginalUpdateTime
Required. Timestamp indicating when the spec was last updated at the source.
$this

