Class ResourceId
ResourceId contains the identifier for a database resource, including the full resource name, resource type, and product.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class ResourceId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullResourceName
The full resource name of the resource.
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Product
The product of the resource, including the type, engine, and version.
Declaration
[JsonProperty("product")]
public virtual Product Product { get; set; }
Property Value
| Type | Description |
|---|---|
| Product |
ResourceType
The type of the resource. sqladmin.googleapis.com/Instance alloydb.googleapis.com/Cluster alloydb.googleapis.com/Instance
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |