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
Implements
IMessageGetInstanceRequest, IEquatableGetInstanceRequest, IDeepCloneableGetInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.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 |