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)
499 500 501 502 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 499 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
499 500 501 502 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 499 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String (readonly)
499 500 501 502 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 499 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
499 500 501 502 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 499 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
499 500 501 502 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 499 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |