Class SchemaReads

java.lang.Object
io.stargate.sgv2.api.common.grpc.proto.SchemaReads

public class SchemaReads extends Object
Helper methods to construct Schema.SchemaRead instances.
  • Constructor Details

    • SchemaReads

      public SchemaReads()
  • Method Details

    • keyspace

      public static io.stargate.bridge.proto.Schema.SchemaRead keyspace(String keyspaceName)
    • table

      public static io.stargate.bridge.proto.Schema.SchemaRead table(String keyspaceName, String tableName)