Uses of Class
com.google.cloud.contactcenterinsights.v1.stub.ContactCenterInsightsStubSettings
-
Packages that use ContactCenterInsightsStubSettings Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of ContactCenterInsightsStubSettings in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ContactCenterInsightsStubSettings Modifier and Type Method Description static ContactCenterInsightsSettingsContactCenterInsightsSettings. create(ContactCenterInsightsStubSettings stub) -
Uses of ContactCenterInsightsStubSettings in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return ContactCenterInsightsStubSettings Modifier and Type Method Description ContactCenterInsightsStubSettingsContactCenterInsightsStubSettings.Builder. build()Methods in com.google.cloud.contactcenterinsights.v1.stub with parameters of type ContactCenterInsightsStubSettings Modifier and Type Method Description static GrpcContactCenterInsightsStubGrpcContactCenterInsightsStub. create(ContactCenterInsightsStubSettings settings)static HttpJsonContactCenterInsightsStubHttpJsonContactCenterInsightsStub. create(ContactCenterInsightsStubSettings settings)Constructors in com.google.cloud.contactcenterinsights.v1.stub with parameters of type ContactCenterInsightsStubSettings Constructor Description Builder(ContactCenterInsightsStubSettings settings)GrpcContactCenterInsightsStub(ContactCenterInsightsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcContactCenterInsightsStub, using the given settings.GrpcContactCenterInsightsStub(ContactCenterInsightsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcContactCenterInsightsStub, using the given settings.HttpJsonContactCenterInsightsStub(ContactCenterInsightsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonContactCenterInsightsStub, using the given settings.HttpJsonContactCenterInsightsStub(ContactCenterInsightsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonContactCenterInsightsStub, using the given settings.
-