Class: Google::Cloud::PrivateCatalog::V1beta1::Version
- Inherits:
-
Object
- Object
- Google::Cloud::PrivateCatalog::V1beta1::Version
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb
Overview
The consumer representation of a version which is a child resource under a
Product
with asset data.
Instance Attribute Summary collapse
-
#asset ⇒ ::Google::Protobuf::Struct
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#asset ⇒ ::Google::Protobuf::Struct (readonly)
Returns Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
487 488 489 490 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 487 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the version was created.
487 488 489 490 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 487 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String (readonly)
Returns Output only. The user-supplied description of the version. Maximum of 256 characters.
487 488 489 490 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 487 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns 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.
487 488 489 490 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 487 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the version was last updated.
487 488 489 490 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 487 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |