Class: Google::Cloud::Bigtable::Admin::V2::UpdateLogicalViewRequest

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.UpdateLogicalView.

Instance Attribute Summary collapse

Instance Attribute Details

#logical_view::Google::Cloud::Bigtable::Admin::V2::LogicalView

Returns Required. The logical view to update.

The logical view's name field is used to identify the view to update. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}.

Returns:



598
599
600
601
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 598

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

#update_mask::Google::Protobuf::FieldMask

Returns Optional. The list of fields to update.

Returns:



598
599
600
601
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 598

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