Class: Google::Cloud::Spanner::Admin::Database::V1::AddSplitPointsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb

Overview

The request for AddSplitPoints.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns Required. The database on whose tables/indexes split points are to be added. Values are of the form projects/<project>/instances/<instance>/databases/<database>.

Returns:

  • (::String)

    Required. The database on whose tables/indexes split points are to be added. Values are of the form projects/<project>/instances/<instance>/databases/<database>.



746
747
748
749
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 746

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

#initiator::String

Returns Optional. A user-supplied tag associated with the split points. For example, "intital_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified. The length of the tag must not exceed 50 characters,else will be trimmed. Only valid UTF8 characters are allowed.

Returns:

  • (::String)

    Optional. A user-supplied tag associated with the split points. For example, "intital_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified. The length of the tag must not exceed 50 characters,else will be trimmed. Only valid UTF8 characters are allowed.



746
747
748
749
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 746

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

#split_points::Array<::Google::Cloud::Spanner::Admin::Database::V1::SplitPoints>

Returns Required. The split points to add.

Returns:



746
747
748
749
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 746

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