Google Kubernetes Engine v1 API - Class ListOperationsResponse (3.25.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListOperationsResponse.

ListOperationsResponse is the result of ListOperationsRequest.

Inheritance

object > ListOperationsResponse

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ListOperationsResponse()

public ListOperationsResponse()

ListOperationsResponse(ListOperationsResponse)

public ListOperationsResponse(ListOperationsResponse other)
Parameter
NameDescription
otherListOperationsResponse

Properties

MissingZones

public RepeatedField<string> MissingZones { get; }

If any zones are listed here, the list of operations returned may be missing the operations from those zones.

Property Value
TypeDescription
RepeatedFieldstring

Operations

public RepeatedField<Operation> Operations { get; }

A list of operations in the project in the specified zone.

Property Value
TypeDescription
RepeatedFieldOperation