public sealed class InstancesSetServiceAccountRequest : IMessage<InstancesSetServiceAccountRequest>, IEquatable<InstancesSetServiceAccountRequest>, IDeepCloneable<InstancesSetServiceAccountRequest>, IBufferMessage, IMessageImplements
IMessageInstancesSetServiceAccountRequest, IEquatableInstancesSetServiceAccountRequest, IDeepCloneableInstancesSetServiceAccountRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstancesSetServiceAccountRequest()
public InstancesSetServiceAccountRequest()InstancesSetServiceAccountRequest(InstancesSetServiceAccountRequest)
public InstancesSetServiceAccountRequest(InstancesSetServiceAccountRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
InstancesSetServiceAccountRequest |
Properties
public string Email { get; set; }Email address of the service account.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasEmail
public bool HasEmail { get; }Gets whether the "email" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Scopes
public RepeatedField<string> Scopes { get; }The list of scopes to be made available for this service account.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|