Uses of Class
com.salesforce.hyperdb.grpc.QueryInfoParam
-
Packages that use QueryInfoParam Package Description com.salesforce.hyperdb.grpc -
-
Uses of QueryInfoParam in com.salesforce.hyperdb.grpc
Methods in com.salesforce.hyperdb.grpc that return QueryInfoParam Modifier and Type Method Description QueryInfoParamQueryInfoParam.Builder. build()QueryInfoParamQueryInfoParam.Builder. buildPartial()static QueryInfoParamQueryInfoParam. getDefaultInstance()QueryInfoParamQueryInfoParam.Builder. getDefaultInstanceForType()QueryInfoParamQueryInfoParam. getDefaultInstanceForType()static QueryInfoParamQueryInfoParam. parseDelimitedFrom(InputStream input)static QueryInfoParamQueryInfoParam. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInfoParamQueryInfoParam. parseFrom(byte[] data)static QueryInfoParamQueryInfoParam. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInfoParamQueryInfoParam. parseFrom(com.google.protobuf.ByteString data)static QueryInfoParamQueryInfoParam. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInfoParamQueryInfoParam. parseFrom(com.google.protobuf.CodedInputStream input)static QueryInfoParamQueryInfoParam. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInfoParamQueryInfoParam. parseFrom(InputStream input)static QueryInfoParamQueryInfoParam. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInfoParamQueryInfoParam. parseFrom(ByteBuffer data)static QueryInfoParamQueryInfoParam. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.salesforce.hyperdb.grpc that return types with arguments of type QueryInfoParam Modifier and Type Method Description static io.grpc.MethodDescriptor<QueryInfoParam,QueryInfo>HyperServiceGrpc. getGetQueryInfoMethod()com.google.protobuf.Parser<QueryInfoParam>QueryInfoParam. getParserForType()static com.google.protobuf.Parser<QueryInfoParam>QueryInfoParam. parser()Methods in com.salesforce.hyperdb.grpc with parameters of type QueryInfoParam Modifier and Type Method Description default voidHyperServiceGrpc.AsyncService. getQueryInfo(QueryInfoParam request, io.grpc.stub.StreamObserver<QueryInfo> responseObserver)Iterator<QueryInfo>HyperServiceGrpc.HyperServiceBlockingStub. getQueryInfo(QueryInfoParam request)voidHyperServiceGrpc.HyperServiceStub. getQueryInfo(QueryInfoParam request, io.grpc.stub.StreamObserver<QueryInfo> responseObserver)QueryInfoParam.BuilderQueryInfoParam.Builder. mergeFrom(QueryInfoParam other)static QueryInfoParam.BuilderQueryInfoParam. newBuilder(QueryInfoParam prototype)
-