Uses of Class
gql.GqlServiceOuterClass.RowBatch
Packages that use GqlServiceOuterClass.RowBatch
-
Uses of GqlServiceOuterClass.RowBatch in gql
Methods in gql that return GqlServiceOuterClass.RowBatchModifier and TypeMethodDescriptionGqlServiceOuterClass.RowBatch.Builder.build()GqlServiceOuterClass.RowBatch.Builder.buildPartial()GqlServiceOuterClass.RowBatch.getDefaultInstance()GqlServiceOuterClass.RowBatch.Builder.getDefaultInstanceForType()GqlServiceOuterClass.RowBatch.getDefaultInstanceForType()GqlServiceOuterClass.ExecuteResponse.Builder.getRowBatch().gql.RowBatch row_batch = 2;GqlServiceOuterClass.ExecuteResponse.getRowBatch().gql.RowBatch row_batch = 2;GqlServiceOuterClass.ExecuteResponseOrBuilder.getRowBatch().gql.RowBatch row_batch = 2;GqlServiceOuterClass.RowBatch.parseDelimitedFrom(InputStream input) GqlServiceOuterClass.RowBatch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.RowBatch.parseFrom(byte[] data) GqlServiceOuterClass.RowBatch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.RowBatch.parseFrom(com.google.protobuf.ByteString data) GqlServiceOuterClass.RowBatch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.RowBatch.parseFrom(com.google.protobuf.CodedInputStream input) GqlServiceOuterClass.RowBatch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.RowBatch.parseFrom(InputStream input) GqlServiceOuterClass.RowBatch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.RowBatch.parseFrom(ByteBuffer data) GqlServiceOuterClass.RowBatch.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gql that return types with arguments of type GqlServiceOuterClass.RowBatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GqlServiceOuterClass.RowBatch>GqlServiceOuterClass.RowBatch.getParserForType()static com.google.protobuf.Parser<GqlServiceOuterClass.RowBatch>GqlServiceOuterClass.RowBatch.parser()Methods in gql with parameters of type GqlServiceOuterClass.RowBatchModifier and TypeMethodDescriptionGqlServiceOuterClass.RowBatch.Builder.mergeFrom(GqlServiceOuterClass.RowBatch other) GqlServiceOuterClass.ExecuteResponse.Builder.mergeRowBatch(GqlServiceOuterClass.RowBatch value) .gql.RowBatch row_batch = 2;GqlServiceOuterClass.RowBatch.newBuilder(GqlServiceOuterClass.RowBatch prototype) GqlServiceOuterClass.ExecuteResponse.Builder.setRowBatch(GqlServiceOuterClass.RowBatch value) .gql.RowBatch row_batch = 2;