Uses of Class
gauge.messages.Spec.ProtoTableRow.Builder
Packages that use Spec.ProtoTableRow.Builder
-
Uses of Spec.ProtoTableRow.Builder in gauge.messages
Methods in gauge.messages that return Spec.ProtoTableRow.BuilderModifier and TypeMethodDescriptionSpec.ProtoTableRow.Builder.addAllCells(Iterable<String> values) / Represents the cells of a given table/ Represents the cells of a given tableSpec.ProtoTableRow.Builder.addCellsBytes(com.google.protobuf.ByteString value) / Represents the cells of a given tableSpec.ProtoTable.Builder.addRowsBuilder()/ Contains the Rows for the tableSpec.ProtoTable.Builder.addRowsBuilder(int index) / Contains the Rows for the tableSpec.ProtoTableRow.Builder.clear()Spec.ProtoTableRow.Builder.clearCells()/ Represents the cells of a given tableSpec.ProtoTable.Builder.getHeadersBuilder()/ Contains the Headers for the tableSpec.ProtoTable.Builder.getRowsBuilder(int index) / Contains the Rows for the tableSpec.ProtoTableRow.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Spec.ProtoTableRow.Builder.mergeFrom(com.google.protobuf.Message other) Spec.ProtoTableRow.Builder.mergeFrom(Spec.ProtoTableRow other) static Spec.ProtoTableRow.BuilderSpec.ProtoTableRow.newBuilder()static Spec.ProtoTableRow.BuilderSpec.ProtoTableRow.newBuilder(Spec.ProtoTableRow prototype) Spec.ProtoTableRow.newBuilderForType()protected Spec.ProtoTableRow.BuilderSpec.ProtoTableRow.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) / Represents the cells of a given tableSpec.ProtoTableRow.toBuilder()Methods in gauge.messages that return types with arguments of type Spec.ProtoTableRow.BuilderModifier and TypeMethodDescriptionSpec.ProtoTable.Builder.getRowsBuilderList()/ Contains the Rows for the tableMethods in gauge.messages with parameters of type Spec.ProtoTableRow.BuilderModifier and TypeMethodDescriptionSpec.ProtoTable.Builder.addRows(int index, Spec.ProtoTableRow.Builder builderForValue) / Contains the Rows for the tableSpec.ProtoTable.Builder.addRows(Spec.ProtoTableRow.Builder builderForValue) / Contains the Rows for the tableSpec.ProtoTable.Builder.setHeaders(Spec.ProtoTableRow.Builder builderForValue) / Contains the Headers for the tableSpec.ProtoTable.Builder.setRows(int index, Spec.ProtoTableRow.Builder builderForValue) / Contains the Rows for the table