Uses of Class
com.google.cloud.support.v2.stub.CaseAttachmentServiceStubSettings
-
Packages that use CaseAttachmentServiceStubSettings Package Description com.google.cloud.support.v2 A client to Google Cloud Support APIcom.google.cloud.support.v2.stub -
-
Uses of CaseAttachmentServiceStubSettings in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 with parameters of type CaseAttachmentServiceStubSettings Modifier and Type Method Description static CaseAttachmentServiceSettings
CaseAttachmentServiceSettings. create(CaseAttachmentServiceStubSettings stub)
-
Uses of CaseAttachmentServiceStubSettings in com.google.cloud.support.v2.stub
Methods in com.google.cloud.support.v2.stub that return CaseAttachmentServiceStubSettings Modifier and Type Method Description CaseAttachmentServiceStubSettings
CaseAttachmentServiceStubSettings.Builder. build()
Methods in com.google.cloud.support.v2.stub with parameters of type CaseAttachmentServiceStubSettings Modifier and Type Method Description static GrpcCaseAttachmentServiceStub
GrpcCaseAttachmentServiceStub. create(CaseAttachmentServiceStubSettings settings)
static HttpJsonCaseAttachmentServiceStub
HttpJsonCaseAttachmentServiceStub. create(CaseAttachmentServiceStubSettings settings)
Constructors in com.google.cloud.support.v2.stub with parameters of type CaseAttachmentServiceStubSettings Constructor Description Builder(CaseAttachmentServiceStubSettings settings)
GrpcCaseAttachmentServiceStub(CaseAttachmentServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcCaseAttachmentServiceStub, using the given settings.GrpcCaseAttachmentServiceStub(CaseAttachmentServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcCaseAttachmentServiceStub, using the given settings.HttpJsonCaseAttachmentServiceStub(CaseAttachmentServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonCaseAttachmentServiceStub, using the given settings.HttpJsonCaseAttachmentServiceStub(CaseAttachmentServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonCaseAttachmentServiceStub, using the given settings.
-