Uses of Class
com.google.bigtable.v2.ProtoSchema.Builder
-
Uses of ProtoSchema.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ProtoSchema.BuilderModifier and TypeMethodDescriptionProtoSchema.Builder.addAllColumns(Iterable<? extends ColumnMetadata> values) The columns in the result set.ProtoSchema.Builder.addColumns(int index, ColumnMetadata value) The columns in the result set.ProtoSchema.Builder.addColumns(int index, ColumnMetadata.Builder builderForValue) The columns in the result set.ProtoSchema.Builder.addColumns(ColumnMetadata value) The columns in the result set.ProtoSchema.Builder.addColumns(ColumnMetadata.Builder builderForValue) The columns in the result set.ProtoSchema.Builder.clear()ProtoSchema.Builder.clearColumns()The columns in the result set.ResultSetMetadata.Builder.getProtoSchemaBuilder()Schema in proto formatProtoSchema.Builder.mergeFrom(ProtoSchema other) ProtoSchema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtoSchema.Builder.mergeFrom(com.google.protobuf.Message other) static ProtoSchema.BuilderProtoSchema.newBuilder()static ProtoSchema.BuilderProtoSchema.newBuilder(ProtoSchema prototype) ProtoSchema.newBuilderForType()protected ProtoSchema.BuilderProtoSchema.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ProtoSchema.Builder.removeColumns(int index) The columns in the result set.ProtoSchema.Builder.setColumns(int index, ColumnMetadata value) The columns in the result set.ProtoSchema.Builder.setColumns(int index, ColumnMetadata.Builder builderForValue) The columns in the result set.ProtoSchema.toBuilder()Methods in com.google.bigtable.v2 with parameters of type ProtoSchema.BuilderModifier and TypeMethodDescriptionResultSetMetadata.Builder.setProtoSchema(ProtoSchema.Builder builderForValue) Schema in proto format