Class: Google::Cloud::Sql::V1beta4::SqlOperationsCancelRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb

Overview

The request payload to cancel an operation.

Instance Attribute Summary collapse

Instance Attribute Details

#location::String

Returns Optional. Region of the Cloud SQL instance.

Returns:

  • (::String)

    Optional. Region of the Cloud SQL instance.



929
930
931
932
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 929

class SqlOperationsCancelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#operation::String

Returns Instance operation ID.

Returns:

  • (::String)

    Instance operation ID.



929
930
931
932
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 929

class SqlOperationsCancelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project::String

Returns Project ID of the project that contains the instance.

Returns:

  • (::String)

    Project ID of the project that contains the instance.



929
930
931
932
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 929

class SqlOperationsCancelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end