Class: Google::Cloud::Compute::V1::Operation

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

Overview

Represents an Operation resource. Google Compute Engine has three Operation resources: * Global * Regional * Zonal You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - For global operations, use the globalOperations resource. - For regional operations, use the regionOperations resource. - For zonal operations, use the zonalOperations resource. For more information, read Global, Regional, and Zonal Resources.

Defined Under Namespace

Modules: Status

Instance Attribute Summary collapse

Instance Attribute Details

#client_operation_id::String

Returns [Output Only] The value of requestId if you provided it in the request. Not present otherwise.

Returns:

  • (::String)

    [Output Only] The value of requestId if you provided it in the request. Not present otherwise.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#creation_timestamp::String

Returns [Deprecated] This field is deprecated.

Returns:

  • (::String)

    [Deprecated] This field is deprecated.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#description::String

Returns [Output Only] A textual description of the operation, which is set when the operation is created.

Returns:

  • (::String)

    [Output Only] A textual description of the operation, which is set when the operation is created.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#end_time::String

Returns [Output Only] The time that this operation was completed. This value is in RFC3339 text format.

Returns:

  • (::String)

    [Output Only] The time that this operation was completed. This value is in RFC3339 text format.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#error::Google::Cloud::Compute::V1::Error

Returns [Output Only] If errors are generated during processing of the operation, this field will be populated.

Returns:



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#http_error_message::String

Returns [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

Returns:

  • (::String)

    [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#http_error_status_code::Integer

Returns [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

Returns:

  • (::Integer)

    [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#id::Integer

Returns [Output Only] The unique identifier for the operation. This identifier is defined by the server.

Returns:

  • (::Integer)

    [Output Only] The unique identifier for the operation. This identifier is defined by the server.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#insert_time::String

Returns [Output Only] The time that this operation was requested. This value is in RFC3339 text format.

Returns:

  • (::String)

    [Output Only] The time that this operation was requested. This value is in RFC3339 text format.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#kind::String

Returns [Output Only] Type of the resource. Always compute#operation for Operation resources.

Returns:

  • (::String)

    [Output Only] Type of the resource. Always compute#operation for Operation resources.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#name::String

Returns [Output Only] Name of the operation.

Returns:

  • (::String)

    [Output Only] Name of the operation.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#operation_group_id::String

Returns [Output Only] An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

Returns:

  • (::String)

    [Output Only] An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#operation_type::String

Returns [Output Only] The type of operation, such as insert, update, or delete, and so on.

Returns:

  • (::String)

    [Output Only] The type of operation, such as insert, update, or delete, and so on.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#progress::Integer

Returns [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

Returns:

  • (::Integer)

    [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#region::String

Returns [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.

Returns:

  • (::String)

    [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

Returns [Output Only] Server-defined URL for the resource.

Returns:

  • (::String)

    [Output Only] Server-defined URL for the resource.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#start_time::String

Returns [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.

Returns:

  • (::String)

    [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#status::Google::Cloud::Compute::V1::Operation::Status

Returns [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

Returns:



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#status_message::String

Returns [Output Only] An optional textual description of the current status of the operation.

Returns:

  • (::String)

    [Output Only] An optional textual description of the current status of the operation.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#target_id::Integer

Returns [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.

Returns:

  • (::Integer)

    [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

Returns [Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

Returns:

  • (::String)

    [Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#user::String

Returns [Output Only] User who requested the operation, for example: [email protected].

Returns:

  • (::String)

    [Output Only] User who requested the operation, for example: [email protected].



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#warnings::Array<::Google::Cloud::Compute::V1::Warnings>

Returns [Output Only] If warning messages are generated during processing of the operation, this field will be populated.

Returns:



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end

#zone::String

Returns [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

Returns:

  • (::String)

    [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.



19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254
19255
19256
19257
19258
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19243

class Operation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    DONE = 2104194

    PENDING = 35394935

    RUNNING = 121282975
  end
end