Uses of Class
com.google.spanner.v1.Tablet
-
Uses of Tablet in com.google.spanner.v1
Methods in com.google.spanner.v1 that return TabletModifier and TypeMethodDescriptionTablet.Builder.build()Tablet.Builder.buildPartial()static TabletTablet.getDefaultInstance()Tablet.Builder.getDefaultInstanceForType()Tablet.getDefaultInstanceForType()Group.Builder.getTablets(int index) A list of tablets that are part of the group.Group.getTablets(int index) A list of tablets that are part of the group.GroupOrBuilder.getTablets(int index) A list of tablets that are part of the group.static TabletTablet.parseDelimitedFrom(InputStream input) static TabletTablet.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TabletTablet.parseFrom(byte[] data) static TabletTablet.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TabletTablet.parseFrom(com.google.protobuf.ByteString data) static TabletTablet.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TabletTablet.parseFrom(com.google.protobuf.CodedInputStream input) static TabletTablet.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TabletTablet.parseFrom(InputStream input) static TabletTablet.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TabletTablet.parseFrom(ByteBuffer data) static TabletTablet.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.v1 that return types with arguments of type TabletModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Tablet>Tablet.getParserForType()Group.Builder.getTabletsList()A list of tablets that are part of the group.Group.getTabletsList()A list of tablets that are part of the group.GroupOrBuilder.getTabletsList()A list of tablets that are part of the group.static com.google.protobuf.Parser<Tablet>Tablet.parser()Methods in com.google.spanner.v1 with parameters of type TabletModifier and TypeMethodDescriptionGroup.Builder.addTablets(int index, Tablet value) A list of tablets that are part of the group.Group.Builder.addTablets(Tablet value) A list of tablets that are part of the group.static Tablet.BuilderTablet.newBuilder(Tablet prototype) Group.Builder.setTablets(int index, Tablet value) A list of tablets that are part of the group.Method parameters in com.google.spanner.v1 with type arguments of type TabletModifier and TypeMethodDescriptionGroup.Builder.addAllTablets(Iterable<? extends Tablet> values) A list of tablets that are part of the group.