Interface GoalServiceGrpc.AsyncService
- All Known Implementing Classes:
GoalServiceGrpc.GoalServiceImplBase
- Enclosing class:
- GoalServiceGrpc
public static interface GoalServiceGrpc.AsyncService
Service to manage goals.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateGoals(MutateGoalsRequest request, io.grpc.stub.StreamObserver<MutateGoalsResponse> responseObserver) Create or update goals.
-
Method Details
-
mutateGoals
default void mutateGoals(MutateGoalsRequest request, io.grpc.stub.StreamObserver<MutateGoalsResponse> responseObserver) Create or update goals. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]() [GoalError]() [GoalServicesError]()
-