License Manager v1 API - Class AggregateUsageResponse (1.0.0-beta01)

public sealed class AggregateUsageResponse : IMessage<AggregateUsageResponse>, IEquatable<AggregateUsageResponse>, IDeepCloneable<AggregateUsageResponse>, IBufferMessage, IMessage, IPageResponse<Usage>, IEnumerable<Usage>, IEnumerable

Reference documentation and code samples for the License Manager v1 API class AggregateUsageResponse.

Message for response for aggregating usage count

Inheritance

object > AggregateUsageResponse

Namespace

Google.Cloud.LicenseManager.V1

Assembly

Google.Cloud.LicenseManager.V1.dll

Constructors

AggregateUsageResponse()

public AggregateUsageResponse()

AggregateUsageResponse(AggregateUsageResponse)

public AggregateUsageResponse(AggregateUsageResponse other)
Parameter
Name Description
other AggregateUsageResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Usages

public RepeatedField<Usage> Usages { get; }

The aggregated records of usage per configuration

Property Value
Type Description
RepeatedFieldUsage

Methods

GetEnumerator()

public IEnumerator<Usage> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorUsage