Kubernetes Engine V1beta1 API - Class Google::Cloud::Container::V1beta1::ListOperationsRequest (v0.49.1)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::ListOperationsRequest.

ListOperationsRequest lists operations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

defparent()->::String
Returns
  • (::String) — The parent (project and location) where the operations will be listed. Specified in the format projects/*/locations/*. Location "-" matches all zones and all regions.

#parent=

defparent=(value)->::String
Parameter
  • value (::String) — The parent (project and location) where the operations will be listed. Specified in the format projects/*/locations/*. Location "-" matches all zones and all regions.
Returns
  • (::String) — The parent (project and location) where the operations will be listed. Specified in the format projects/*/locations/*. Location "-" matches all zones and all regions.

#project_id

defproject_id()->::String
Returns
  • (::String) — Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.

#project_id=

defproject_id=(value)->::String
Parameter
  • value (::String) — Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
Returns
  • (::String) — Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.

#zone

defzone()->::String
Returns
  • (::String) — 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.

#zone=

defzone=(value)->::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.