Compute Engine v1 API - Class OperationsScopedList (2.16.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
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