Google Kubernetes Engine v1 API - Class ListOperationsRequest (3.2.0)

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.

Inheritance

Object > ListOperationsRequest

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ListOperationsRequest()

public ListOperationsRequest()

ListOperationsRequest(ListOperationsRequest)

public ListOperationsRequest(ListOperationsRequest other)
Parameter
NameDescription
otherListOperationsRequest

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
TypeDescription
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
TypeDescription
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
TypeDescription
String