public sealed class GetUserRequest : IMessage<GetUserRequest>, IEquatable<GetUserRequest>, IDeepCloneable<GetUserRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class GetUserRequest.
Message for getting a User
Implements
IMessageGetUserRequest, IEquatableGetUserRequest, IDeepCloneableGetUserRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.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 |