Reference documentation and code samples for the Google Cloud Private Catalog V1beta1 Client class Catalog.
The readonly representation of a catalog computed with a given resource context.
Generated from protobuf message google.cloud.privatecatalog.v1beta1.Catalog
Namespace
Google \ Cloud \ PrivateCatalog \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ name | 
        
          string
          Output only. The resource name of the target catalog, in the format of `catalogs/{catalog}'.  | 
      
↳ display_name | 
        
          string
          Output only. The descriptive name of the catalog as it appears in UIs.  | 
      
↳ description | 
        
          string
          Output only. The description of the catalog.  | 
      
↳ create_time | 
        
          Google\Protobuf\Timestamp
          Output only. The time when the catalog was created.  | 
      
↳ update_time | 
        
          Google\Protobuf\Timestamp
          Output only. The time when the catalog was last updated.  | 
      
getName
Output only. The resource name of the target catalog, in the format of `catalogs/{catalog}'.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setName
Output only. The resource name of the target catalog, in the format of `catalogs/{catalog}'.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getDisplayName
Output only. The descriptive name of the catalog as it appears in UIs.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setDisplayName
Output only. The descriptive name of the catalog as it appears in UIs.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getDescription
Output only. The description of the catalog.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setDescription
Output only. The description of the catalog.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getCreateTime
Output only. The time when the catalog was created.
| Returns | |
|---|---|
| Type | Description | 
Google\Protobuf\Timestamp|null | 
        |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the catalog was created.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Google\Protobuf\Timestamp
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getUpdateTime
Output only. The time when the catalog was last updated.
| Returns | |
|---|---|
| Type | Description | 
Google\Protobuf\Timestamp|null | 
        |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time when the catalog was last updated.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Google\Protobuf\Timestamp
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |