Package com.google.cloud.support.v2
Class CaseAttachmentServiceGrpc.CaseAttachmentServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<CaseAttachmentServiceGrpc.CaseAttachmentServiceStub>
-
- com.google.cloud.support.v2.CaseAttachmentServiceGrpc.CaseAttachmentServiceStub
-
- Enclosing class:
- CaseAttachmentServiceGrpc
public static final class CaseAttachmentServiceGrpc.CaseAttachmentServiceStub extends io.grpc.stub.AbstractAsyncStub<CaseAttachmentServiceGrpc.CaseAttachmentServiceStub>
A stub to allow clients to do asynchronous rpc calls to service CaseAttachmentService.A service to manage file attachment for Google Cloud support cases.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CaseAttachmentServiceGrpc.CaseAttachmentServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
listAttachments(ListAttachmentsRequest request, io.grpc.stub.StreamObserver<ListAttachmentsResponse> responseObserver)
Retrieve all attachments associated with a support case.
-
-
-
Method Detail
-
build
protected CaseAttachmentServiceGrpc.CaseAttachmentServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<CaseAttachmentServiceGrpc.CaseAttachmentServiceStub>
-
listAttachments
public void listAttachments(ListAttachmentsRequest request, io.grpc.stub.StreamObserver<ListAttachmentsResponse> responseObserver)
Retrieve all attachments associated with a support case.
-
-