public sealed class OperationGroup : IMessage<OperationGroup>, IEquatable<OperationGroup>, IDeepCloneable<OperationGroup>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Recommender v1 API class OperationGroup.
Group of operations that need to be performed atomically.
Implements
IMessage<OperationGroup>, IEquatable<OperationGroup>, IDeepCloneable<OperationGroup>, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
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 |
RepeatedField<Operation> |
|