public sealed class GetUserRequest : IMessage<GetUserRequest>, IEquatable<GetUserRequest>, IDeepCloneable<GetUserRequest>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1beta API class GetUserRequest.
Message for getting a User
Implements
IMessageGetUserRequest, IEquatableGetUserRequest, IDeepCloneableGetUserRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
GetUserRequest()
public GetUserRequest()GetUserRequest(GetUserRequest)
public GetUserRequest(GetUserRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetUserRequest |
Properties
Name
public string Name { get; set; }Required. The name of the resource. For the required format, see the comment on the User.name field.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UserName
public UserName UserName { get; set; }| Property Value | |
|---|---|
| Type | Description |
UserName |
|