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.
Implements
IMessageListOperationsResponse, IEquatableListOperationsResponse, IDeepCloneableListOperationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ListOperationsResponse()
public ListOperationsResponse()
ListOperationsResponse(ListOperationsResponse)
public ListOperationsResponse(ListOperationsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListOperationsResponse |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
Operations
public RepeatedField<Operation> Operations { get; }
A list of operations in the project in the specified zone.
Property Value | |
---|---|
Type | Description |
RepeatedFieldOperation |