AlloyDB v1 API - Class GetInstanceRequest (1.6.0)

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

Reference documentation and code samples for the AlloyDB v1 API class GetInstanceRequest.

Message for getting a Instance

Inheritance

object > GetInstanceRequest

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Constructors

GetInstanceRequest()

public GetInstanceRequest()

GetInstanceRequest(GetInstanceRequest)

public GetInstanceRequest(GetInstanceRequest other)
Parameter
NameDescription
otherGetInstanceRequest

Properties

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
TypeDescription
InstanceName

Name

public string Name { get; set; }

Required. The name of the resource. For the required format, see the comment on the Instance.name field.

Property Value
TypeDescription
string

View

public InstanceView View { get; set; }

The view of the instance to return.

Property Value
TypeDescription
InstanceView