Reference documentation and code samples for the Google Cloud Private Catalog V1beta1 Client class Version.
The consumer representation of a version which is a child resource under a Product
with asset data.
Generated from protobuf message google.cloud.privatecatalog.v1beta1.Version
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name of the version, in the format `catalogs/{catalog}/products/{product}/versions/[a-z][-a-z0-9]*[a-z0-9]'. A unique identifier for the version under a product.
↳ description
string
Output only. The user-supplied description of the version. Maximum of 256 characters.
↳ asset
Google\Protobuf\Struct
Output only. The asset which has been validated and is ready to be provisioned. See google.cloud.privatecatalogproducer.v1beta.Version.asset for details.
↳ create_time
↳ update_time
getName
Output only. The resource name of the version, in the format `catalogs/{catalog}/products/{product}/versions/[a-z][-a-z0-9]*[a-z0-9]'.
A unique identifier for the version under a product.
string
setName
Output only. The resource name of the version, in the format `catalogs/{catalog}/products/{product}/versions/[a-z][-a-z0-9]*[a-z0-9]'.
A unique identifier for the version under a product.
var
string
$this
getDescription
Output only. The user-supplied description of the version. Maximum of 256 characters.
string
setDescription
Output only. The user-supplied description of the version. Maximum of 256 characters.
var
string
$this
getAsset
Output only. The asset which has been validated and is ready to be provisioned. See google.cloud.privatecatalogproducer.v1beta.Version.asset for details.
hasAsset
clearAsset
setAsset
Output only. The asset which has been validated and is ready to be provisioned. See google.cloud.privatecatalogproducer.v1beta.Version.asset for details.
$this
getCreateTime
Output only. The time when the version was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the version was created.
$this
getUpdateTime
Output only. The time when the version was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time when the version was last updated.
$this