public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1alpha API class GetInstanceRequest.
Message for getting a Instance
Implements
IMessageGetInstanceRequest, IEquatableGetInstanceRequest, IDeepCloneableGetInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
GetInstanceRequest()
public GetInstanceRequest()GetInstanceRequest(GetInstanceRequest)
public GetInstanceRequest(GetInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetInstanceRequest |
Properties
InstanceName
public InstanceName InstanceName { get; set; }InstanceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
View
public InstanceView View { get; set; }The view of the instance to return.
| Property Value | |
|---|---|
| Type | Description |
InstanceView |
|