Class: Google::Container::V1::CancelOperationRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb

Overview

CancelOperationRequest cancels a single operation.

Instance Attribute Summary collapse

Instance Attribute Details

#operation_id ⇒ String

Returns The server-assigned +name+ of the operation.

Returns:

  • (String) —

    The server-assigned +name+ of the operation.



1050
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1050

class CancelOperationRequest; end

#project_id ⇒ String

Returns The Google Developers Console project ID or project number.

Returns:



1050
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1050

class CancelOperationRequest; end

#zone ⇒ String

Returns The name of the Google Compute Engine zone in which the operation resides.

Returns:

  • (String) —

    The name of the Google Compute Engine zone in which the operation resides.



1050
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1050

class CancelOperationRequest; end