public sealed class ListOperationsRequest : IMessage<ListOperationsRequest>, IEquatable<ListOperationsRequest>, IDeepCloneable<ListOperationsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListOperationsRequest.
ListOperationsRequest lists operations.
Implements
IMessageListOperationsRequest, IEquatableListOperationsRequest, IDeepCloneableListOperationsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ListOperationsRequest()
public ListOperationsRequest()
ListOperationsRequest(ListOperationsRequest)
public ListOperationsRequest(ListOperationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListOperationsRequest |
Properties
Parent
public string Parent { get; set; }
The parent (project and location) where the operations will be listed.
Specified in the format projects/*/locations/*
.
Location "-" matches all zones and all regions.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
[Obsolete]
public string ProjectId { get; set; }
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
Property Value | |
---|---|
Type | Description |
string |
Zone
[Obsolete]
public string Zone { get; set; }
Deprecated. The name of the Google Compute Engine
zone to return
operations for, or -
for all zones. This field has been deprecated and
replaced by the parent field.
Property Value | |
---|---|
Type | Description |
string |