Reference documentation and code samples for the Private Catalog V1beta1 API class Google::Cloud::PrivateCatalog::V1beta1::Version.
The consumer representation of a version which is a child resource under a
Product
with asset data.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#asset
def asset() -> ::Google::Protobuf::Struct
Returns
- (::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
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the version was created.
#description
def description() -> ::String
Returns
- (::String) — Output only. The user-supplied description of the version. Maximum of 256 characters.
#name
def name() -> ::String
Returns
-
(::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.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the version was last updated.