Google Cloud Recommender v1 API - Class OperationGroup (3.6.0)

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

Reference documentation and code samples for the Google Cloud Recommender v1 API class OperationGroup.

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
Name Description
other OperationGroup

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
Type Description
RepeatedFieldOperation