public sealed class OperationsScopedList : IMessage<OperationsScopedList>, IEquatable<OperationsScopedList>, IDeepCloneable<OperationsScopedList>, IBufferMessage, IMessage
Implements
IMessage<OperationsScopedList>, IEquatable<OperationsScopedList>, IDeepCloneable<OperationsScopedList>, 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 |
RepeatedField<Operation> |
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 |