Package com.google.cloud.support.v2
Interface CaseAttachmentServiceGrpc.AsyncService
-
- All Known Implementing Classes:
CaseAttachmentServiceGrpc.CaseAttachmentServiceImplBase
- Enclosing class:
- CaseAttachmentServiceGrpc
public static interface CaseAttachmentServiceGrpc.AsyncService
A service to manage file attachment for Google Cloud support cases.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
listAttachments(ListAttachmentsRequest request, io.grpc.stub.StreamObserver<ListAttachmentsResponse> responseObserver)
Retrieve all attachments associated with a support case.
-
-
-
Method Detail
-
listAttachments
default void listAttachments(ListAttachmentsRequest request, io.grpc.stub.StreamObserver<ListAttachmentsResponse> responseObserver)
Retrieve all attachments associated with a support case.
-
-