Class: Google::Cloud::PrivateCatalog::V1beta1::Version

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 consumer representation of a version which is a child resource under a Product with asset data.

Instance Attribute Summary collapse

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.

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.



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.

Returns:



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.

Returns:

  • (::String)

    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.

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.



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.

Returns:



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