Package com.google.cloud.support.v2.stub
Class CaseAttachmentServiceStub
- java.lang.Object
-
- com.google.cloud.support.v2.stub.CaseAttachmentServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcCaseAttachmentServiceStub,HttpJsonCaseAttachmentServiceStub
@Generated("by gapic-generator-java") public abstract class CaseAttachmentServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the CaseAttachmentService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description CaseAttachmentServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<ListAttachmentsRequest,ListAttachmentsResponse>listAttachmentsCallable()com.google.api.gax.rpc.UnaryCallable<ListAttachmentsRequest,CaseAttachmentServiceClient.ListAttachmentsPagedResponse>listAttachmentsPagedCallable()
-
-
-
Method Detail
-
listAttachmentsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListAttachmentsRequest,CaseAttachmentServiceClient.ListAttachmentsPagedResponse> listAttachmentsPagedCallable()
-
listAttachmentsCallable
public com.google.api.gax.rpc.UnaryCallable<ListAttachmentsRequest,ListAttachmentsResponse> listAttachmentsCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-