in lib/go/si/si_grpc.pb.go [110:117]
func (c *schedulerClient) UpdateApplication(ctx context.Context, opts ...grpc.CallOption) (Scheduler_UpdateApplicationClient, error) {
stream, err := c.cc.NewStream(ctx, &Scheduler_ServiceDesc.Streams[1], Scheduler_UpdateApplication_FullMethodName, opts...)
if err != nil {
return nil, err
}
x := &schedulerUpdateApplicationClient{stream}
return x, nil
}