Class: Google::Cloud::PrivateCatalog::V1beta1::Catalog

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time when the catalog was created.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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'.

Returns:

  • (::String)

    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.

Returns:



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