Class GroupResult (2.2.0)

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

Result containing the properties and count of a groupBy request.

Inheritance

Object > GroupResult

Implements

Google.Protobuf.IMessage<GroupResult>, IEquatable<GroupResult>, Google.Protobuf.IDeepCloneable<GroupResult>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

GroupResult()

public GroupResult()

GroupResult(GroupResult)

public GroupResult(GroupResult other)
Parameter
NameDescription
otherGroupResult

Properties

Count

public long Count { get; set; }

Total count of resources for the given properties.

Property Value
TypeDescription
Int64

Properties

public MapField<string, Value> Properties { get; }

Properties matching the groupBy fields in the request.

Property Value
TypeDescription
Google.Protobuf.Collections.MapField<String, Google.Protobuf.WellKnownTypes.Value>