Uses of Class
com.google.cloud.support.v2.CaseAttachmentServiceClient
-
Packages that use CaseAttachmentServiceClient Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of CaseAttachmentServiceClient in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return CaseAttachmentServiceClient Modifier and Type Method Description static CaseAttachmentServiceClient
CaseAttachmentServiceClient. create()
Constructs an instance of CaseAttachmentServiceClient with default settings.static CaseAttachmentServiceClient
CaseAttachmentServiceClient. create(CaseAttachmentServiceSettings settings)
Constructs an instance of CaseAttachmentServiceClient, using the given settings.static CaseAttachmentServiceClient
CaseAttachmentServiceClient. create(CaseAttachmentServiceStub stub)
Constructs an instance of CaseAttachmentServiceClient, using the given stub for making calls.
-