Compute Engine v1 API - Class OperationsScopedList (2.14.0)

public sealed class OperationsScopedList : IMessage<OperationsScopedList>, IEquatable<OperationsScopedList>, IDeepCloneable<OperationsScopedList>, IBufferMessage, IMessage

Inheritance

object > OperationsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

OperationsScopedList()

public OperationsScopedList()

OperationsScopedList(OperationsScopedList)

public OperationsScopedList(OperationsScopedList other)
Parameter
NameDescription
otherOperationsScopedList

Properties

Operations

public RepeatedField<Operation> Operations { get; }

[Output Only] A list of operations contained in this scope.

Property Value
TypeDescription
RepeatedFieldOperation

Warning

public Warning Warning { get; set; }

[Output Only] Informational warning which replaces the list of operations when the list is empty.

Property Value
TypeDescription
Warning