public sealed class ResourceId : IMessage<ResourceId>, IEquatable<ResourceId>, IDeepCloneable<ResourceId>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class ResourceId.
ResourceId contains the identifier for a database resource, including the full resource name, resource type, and product.
Implements
IMessageResourceId, IEquatableResourceId, IDeepCloneableResourceId, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
ResourceId()
public ResourceId()ResourceId(ResourceId)
public ResourceId(ResourceId other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceId |
Properties
FullResourceName
public string FullResourceName { get; set; }The full resource name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Product
public Product Product { get; set; }The product of the resource, including the type, engine, and version.
| Property Value | |
|---|---|
| Type | Description |
Product |
|
ResourceType
public string ResourceType { get; set; }The type of the resource. sqladmin.googleapis.com/Instance alloydb.googleapis.com/Cluster alloydb.googleapis.com/Instance
| Property Value | |
|---|---|
| Type | Description |
string |
|