Class: Google::Cloud::Bigtable::Admin::V2::UpdateAuthorizedViewMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UpdateAuthorizedViewMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Metadata for the google.longrunning.Operation returned by UpdateAuthorizedView.
Instance Attribute Summary collapse
-
#finish_time ⇒ ::Google::Protobuf::Timestamp
The time at which the operation failed or was completed successfully.
-
#original_request ⇒ ::Google::Cloud::Bigtable::Admin::V2::UpdateAuthorizedViewRequest
The request that prompted the initiation of this UpdateAuthorizedView operation.
-
#request_time ⇒ ::Google::Protobuf::Timestamp
The time at which the original request was received.
Instance Attribute Details
#finish_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the operation failed or was completed successfully.
977 978 979 980 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 977 class UpdateAuthorizedViewMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#original_request ⇒ ::Google::Cloud::Bigtable::Admin::V2::UpdateAuthorizedViewRequest
Returns The request that prompted the initiation of this UpdateAuthorizedView operation.
977 978 979 980 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 977 class UpdateAuthorizedViewMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the original request was received.
977 978 979 980 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 977 class UpdateAuthorizedViewMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |