Uses of Class
com.google.bigtable.v2.ExecuteQueryResponse.Builder
-
Uses of ExecuteQueryResponse.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ExecuteQueryResponse.BuilderModifier and TypeMethodDescriptionExecuteQueryResponse.Builder.clear()ExecuteQueryResponse.Builder.clearMetadata()Structure of rows in this response stream.ExecuteQueryResponse.Builder.clearResponse()ExecuteQueryResponse.Builder.clearResults()A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.ExecuteQueryResponse.Builder.mergeFrom(ExecuteQueryResponse other) ExecuteQueryResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExecuteQueryResponse.Builder.mergeFrom(com.google.protobuf.Message other) ExecuteQueryResponse.Builder.mergeMetadata(ResultSetMetadata value) Structure of rows in this response stream.ExecuteQueryResponse.Builder.mergeResults(PartialResultSet value) A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.static ExecuteQueryResponse.BuilderExecuteQueryResponse.newBuilder()static ExecuteQueryResponse.BuilderExecuteQueryResponse.newBuilder(ExecuteQueryResponse prototype) ExecuteQueryResponse.newBuilderForType()protected ExecuteQueryResponse.BuilderExecuteQueryResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExecuteQueryResponse.Builder.setMetadata(ResultSetMetadata value) Structure of rows in this response stream.ExecuteQueryResponse.Builder.setMetadata(ResultSetMetadata.Builder builderForValue) Structure of rows in this response stream.ExecuteQueryResponse.Builder.setResults(PartialResultSet value) A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.ExecuteQueryResponse.Builder.setResults(PartialResultSet.Builder builderForValue) A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.ExecuteQueryResponse.toBuilder()