Interface LabelServiceGrpc.AsyncService
- All Known Implementing Classes:
LabelServiceGrpc.LabelServiceImplBase
- Enclosing class:
- LabelServiceGrpc
public static interface LabelServiceGrpc.AsyncService
Service to manage labels.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateLabels(MutateLabelsRequest request, io.grpc.stub.StreamObserver<MutateLabelsResponse> responseObserver) Creates, updates, or removes labels.
-
Method Details
-
mutateLabels
default void mutateLabels(MutateLabelsRequest request, io.grpc.stub.StreamObserver<MutateLabelsResponse> responseObserver) Creates, updates, or removes labels. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [DateError]() [DistinctError]() [FieldError]() [FieldMaskError]() [HeaderError]() [IdError]() [InternalError]() [LabelError]() [MutateError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [ResourceCountLimitExceededError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-