public sealed class GroupResult : IMessage<GroupResult>, IEquatable<GroupResult>, IDeepCloneable<GroupResult>, IBufferMessage, IMessageResult containing the properties and count of a groupBy request.
Implements
Google.Protobuf.IMessage<GroupResult>, IEquatable<GroupResult>, Google.Protobuf.IDeepCloneable<GroupResult>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
GroupResult()
public GroupResult()GroupResult(GroupResult)
public GroupResult(GroupResult other)| Parameter | |
|---|---|
| Name | Description |
other |
GroupResult |
Properties
Count
public long Count { get; set; }Total count of resources for the given properties.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
Properties
public MapField<string, Value> Properties { get; }Properties matching the groupBy fields in the request.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.Collections.MapField<String, Google.Protobuf.WellKnownTypes.Value> |
|