Cloud Private Catalog v1beta1 API - Class Catalog (2.0.0-beta04)

public sealed class Catalog : IMessage<Catalog>, IEquatable<Catalog>, IDeepCloneable<Catalog>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Private Catalog v1beta1 API class Catalog.

The readonly representation of a catalog computed with a given resource context.

Inheritance

object > Catalog

Namespace

Google.Cloud.PrivateCatalog.V1Beta1

Assembly

Google.Cloud.PrivateCatalog.V1Beta1.dll

Constructors

Catalog()

public Catalog()

Catalog(Catalog)

public Catalog(Catalog other)
Parameter
NameDescription
otherCatalog

Properties

CatalogName

public CatalogName CatalogName { get; set; }

CatalogName-typed view over the Name resource name property.

Property Value
TypeDescription
CatalogName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the catalog was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Output only. The description of the catalog.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Output only. The descriptive name of the catalog as it appears in UIs.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Output only. The resource name of the target catalog, in the format of `catalogs/{catalog}'.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the catalog was last updated.

Property Value
TypeDescription
Timestamp