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.
Namespace
Google.Cloud.PrivateCatalog.V1Beta1Assembly
Google.Cloud.PrivateCatalog.V1Beta1.dll
Constructors
Catalog()
public Catalog()
Catalog(Catalog)
public Catalog(Catalog other)
Parameter | |
---|---|
Name | Description |
other |
Catalog |
Properties
CatalogName
public CatalogName CatalogName { get; set; }
CatalogName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
CatalogName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the catalog was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Output only. The description of the catalog.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Output only. The descriptive name of the catalog as it appears in UIs.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Output only. The resource name of the target catalog, in the format of `catalogs/{catalog}'.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the catalog was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |