getQueryServicesDescriptor method

ResponseFuture<GetQueryServicesDescriptorResponse> getQueryServicesDescriptor(
  1. GetQueryServicesDescriptorRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetQueryServicesDescriptorResponse>
    getQueryServicesDescriptor($0.GetQueryServicesDescriptorRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getQueryServicesDescriptor, request,
      options: options);
}