Class: Google::Cloud::Bigtable::Admin::V2::CreateAuthorizedViewMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::CreateAuthorizedViewMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The metadata for the Operation returned by CreateAuthorizedView.
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::CreateAuthorizedViewRequest
The request that prompted the initiation of this CreateInstance 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.
873 874 875 876 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 873 class CreateAuthorizedViewMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#original_request ⇒ ::Google::Cloud::Bigtable::Admin::V2::CreateAuthorizedViewRequest
Returns The request that prompted the initiation of this CreateInstance operation.
873 874 875 876 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 873 class CreateAuthorizedViewMetadata 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.
873 874 875 876 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 873 class CreateAuthorizedViewMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |