public sealed class OperationsScopedList : IMessage<OperationsScopedList>, IEquatable<OperationsScopedList>, IDeepCloneable<OperationsScopedList>, IBufferMessage, IMessage
Implements
IMessageOperationsScopedList, IEquatableOperationsScopedList, IDeepCloneableOperationsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
OperationsScopedList()
public OperationsScopedList()
OperationsScopedList(OperationsScopedList)
public OperationsScopedList(OperationsScopedList other)
Parameter | |
---|---|
Name | Description |
other | OperationsScopedList |
Properties
Operations
public RepeatedField<Operation> Operations { get; }
[Output Only] A list of operations contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldOperation |
Warning
public Warning Warning { get; set; }
[Output Only] Informational warning which replaces the list of operations when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |