Class: Google::Cloud::WebRisk::V1::SubmitUriMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1::SubmitUriMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/webrisk/v1/webrisk.rb
Overview
Metadata for the Submit URI long-running operation. option (google.api.message_visibility).restriction = "TRUSTED_TESTER";
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Creation time of the operation.
-
#state ⇒ ::Google::Cloud::WebRisk::V1::SubmitUriMetadata::State
The state of the operation.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Latest update time of the operation.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Creation time of the operation.
466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 466 class SubmitUriMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum that represents the state of the long-running operation. module State # Default unspecified state. STATE_UNSPECIFIED = 0 # The operation is currently running. RUNNING = 1 # The operation finished with a success status. SUCCEEDED = 2 # The operation was cancelled. CANCELLED = 3 # The operation finished with a failure status. FAILED = 4 # The operation was closed with no action taken. CLOSED = 5 end end |
#state ⇒ ::Google::Cloud::WebRisk::V1::SubmitUriMetadata::State
Returns The state of the operation.
466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 466 class SubmitUriMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum that represents the state of the long-running operation. module State # Default unspecified state. STATE_UNSPECIFIED = 0 # The operation is currently running. RUNNING = 1 # The operation finished with a success status. SUCCEEDED = 2 # The operation was cancelled. CANCELLED = 3 # The operation finished with a failure status. FAILED = 4 # The operation was closed with no action taken. CLOSED = 5 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Latest update time of the operation.
466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 466 class SubmitUriMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum that represents the state of the long-running operation. module State # Default unspecified state. STATE_UNSPECIFIED = 0 # The operation is currently running. RUNNING = 1 # The operation finished with a success status. SUCCEEDED = 2 # The operation was cancelled. CANCELLED = 3 # The operation finished with a failure status. FAILED = 4 # The operation was closed with no action taken. CLOSED = 5 end end |