SubmitUriMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata for the Submit URI long-running operation. option (google.api.message_visibility).restriction = "TRUSTED_TESTER";
Attributes | |
---|---|
Name | Description |
state |
google.cloud.webrisk_v1.types.SubmitUriMetadata.State
The state of the operation. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Creation time of the operation. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Latest update time of the operation. |
Classes
State
State(value)
Enum that represents the state of the long-running operation.
Values: STATE_UNSPECIFIED (0): Default unspecified state. RUNNING (1): The operation is currently running. SUCCEEDED (2): The operation finished with a success status. CANCELLED (3): The operation was cancelled. FAILED (4): The operation finished with a failure status. CLOSED (5): The operation was closed with no action taken.