Class: Google::Cloud::PrivateCatalog::V1beta1::Catalog
- Inherits:
-
Object
- Object
- Google::Cloud::PrivateCatalog::V1beta1::Catalog
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb
Overview
The readonly representation of a catalog computed with a given resource context.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
readonly
Output only.
-
#display_name ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the catalog was created.
158 159 160 161 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 158 class Catalog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String (readonly)
Returns Output only. The description of the catalog.
158 159 160 161 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 158 class Catalog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String (readonly)
Returns Output only. The descriptive name of the catalog as it appears in UIs.
158 159 160 161 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 158 class Catalog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name of the target catalog, in the format of `catalogs/catalog'.
158 159 160 161 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 158 class Catalog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the catalog was last updated.
158 159 160 161 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 158 class Catalog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |