Class: Google::Cloud::Bigtable::Admin::V2::DeleteLogicalViewRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb

Overview

Request message for BigtableInstanceAdmin.DeleteLogicalView.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Optional. The current etag of the logical view. If an etag is provided and does not match the current etag of the logical view, deletion will be blocked and an ABORTED error will be returned.

Returns:

  • (::String)

    Optional. The current etag of the logical view. If an etag is provided and does not match the current etag of the logical view, deletion will be blocked and an ABORTED error will be returned.



631
632
633
634
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 631

class DeleteLogicalViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The unique name of the logical view to be deleted. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}.

Returns:

  • (::String)

    Required. The unique name of the logical view to be deleted. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}.



631
632
633
634
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 631

class DeleteLogicalViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end