public sealed class ListOperationsResponse : IMessage<ListOperationsResponse>, IEquatable<ListOperationsResponse>, IDeepCloneable<ListOperationsResponse>, IBufferMessage, IMessageListOperationsResponse is the result of ListOperationsRequest.
Implements
IMessage<ListOperationsResponse>, IEquatable<ListOperationsResponse>, IDeepCloneable<ListOperationsResponse>, 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 |
RepeatedField<String> |
|
Operations
public RepeatedField<Operation> Operations { get; }A list of operations in the project in the specified zone.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Operation> |
|