Class OperationGroup (3.0.0)

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

Group of operations that need to be performed atomically.

Inheritance

Object > OperationGroup

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Constructors

OperationGroup()

public OperationGroup()

OperationGroup(OperationGroup)

public OperationGroup(OperationGroup other)
Parameter
NameDescription
otherOperationGroup

Properties

Operations

public RepeatedField<Operation> Operations { get; }

List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.

Property Value
TypeDescription
RepeatedField<Operation>