Database Center v1beta API - Class ResourceId (1.0.0-beta08)

public sealed class ResourceId : IMessage<ResourceId>, IEquatable<ResourceId>, IDeepCloneable<ResourceId>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > ResourceId

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

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