Batch v1alpha API - Class ListResourceAllowancesResponse (1.0.0-alpha26)

public sealed class ListResourceAllowancesResponse : IMessage<ListResourceAllowancesResponse>, IEquatable<ListResourceAllowancesResponse>, IDeepCloneable<ListResourceAllowancesResponse>, IBufferMessage, IMessage, IPageResponse<ResourceAllowance>, IEnumerable<ResourceAllowance>, IEnumerable

Reference documentation and code samples for the Batch v1alpha API class ListResourceAllowancesResponse.

ListResourceAllowances Response.

Inheritance

object > ListResourceAllowancesResponse

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.dll

Constructors

ListResourceAllowancesResponse()

public ListResourceAllowancesResponse()

ListResourceAllowancesResponse(ListResourceAllowancesResponse)

public ListResourceAllowancesResponse(ListResourceAllowancesResponse other)
Parameter
NameDescription
otherListResourceAllowancesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Next page token.

Property Value
TypeDescription
string

ResourceAllowances

public RepeatedField<ResourceAllowance> ResourceAllowances { get; }

ResourceAllowances.

Property Value
TypeDescription
RepeatedFieldResourceAllowance

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ResourceAllowance> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorResourceAllowance