public sealed class Catalog : IMessage<Catalog>, IEquatable<Catalog>, IDeepCloneable<Catalog>, IBufferMessage, IMessageThe readonly representation of a catalog computed with a given resource context.
Implements
IMessage<Catalog>, IEquatable<Catalog>, IDeepCloneable<Catalog>, IBufferMessage, IMessageNamespace
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 |
|