Uses of Class
com.google.cloud.contactcenterinsights.v1.ExportInsightsDataResponse
-
Packages that use ExportInsightsDataResponse Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of ExportInsightsDataResponse in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ExportInsightsDataResponse Modifier and Type Method Description ExportInsightsDataResponseExportInsightsDataResponse.Builder. build()ExportInsightsDataResponseExportInsightsDataResponse.Builder. buildPartial()static ExportInsightsDataResponseExportInsightsDataResponse. getDefaultInstance()ExportInsightsDataResponseExportInsightsDataResponse.Builder. getDefaultInstanceForType()ExportInsightsDataResponseExportInsightsDataResponse. getDefaultInstanceForType()static ExportInsightsDataResponseExportInsightsDataResponse. parseDelimitedFrom(InputStream input)static ExportInsightsDataResponseExportInsightsDataResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportInsightsDataResponseExportInsightsDataResponse. parseFrom(byte[] data)static ExportInsightsDataResponseExportInsightsDataResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportInsightsDataResponseExportInsightsDataResponse. parseFrom(com.google.protobuf.ByteString data)static ExportInsightsDataResponseExportInsightsDataResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportInsightsDataResponseExportInsightsDataResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ExportInsightsDataResponseExportInsightsDataResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportInsightsDataResponseExportInsightsDataResponse. parseFrom(InputStream input)static ExportInsightsDataResponseExportInsightsDataResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportInsightsDataResponseExportInsightsDataResponse. parseFrom(ByteBuffer data)static ExportInsightsDataResponseExportInsightsDataResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ExportInsightsDataResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ExportInsightsDataResponse,ExportInsightsDataMetadata>ContactCenterInsightsClient. exportInsightsDataAsync(ExportInsightsDataRequest request)Export insights data to a destination defined in the request body.com.google.api.gax.longrunning.OperationFuture<ExportInsightsDataResponse,ExportInsightsDataMetadata>ContactCenterInsightsClient. exportInsightsDataAsync(LocationName parent)Export insights data to a destination defined in the request body.com.google.api.gax.longrunning.OperationFuture<ExportInsightsDataResponse,ExportInsightsDataMetadata>ContactCenterInsightsClient. exportInsightsDataAsync(String parent)Export insights data to a destination defined in the request body.com.google.api.gax.rpc.OperationCallable<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata>ContactCenterInsightsClient. exportInsightsDataOperationCallable()Export insights data to a destination defined in the request body.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata>ContactCenterInsightsSettings.Builder. exportInsightsDataOperationSettings()Returns the builder for the settings used for calls to exportInsightsData.com.google.api.gax.rpc.OperationCallSettings<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata>ContactCenterInsightsSettings. exportInsightsDataOperationSettings()Returns the object with the settings used for calls to exportInsightsData.com.google.protobuf.Parser<ExportInsightsDataResponse>ExportInsightsDataResponse. getParserForType()static com.google.protobuf.Parser<ExportInsightsDataResponse>ExportInsightsDataResponse. parser()Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ExportInsightsDataResponse Modifier and Type Method Description ExportInsightsDataResponse.BuilderExportInsightsDataResponse.Builder. mergeFrom(ExportInsightsDataResponse other)static ExportInsightsDataResponse.BuilderExportInsightsDataResponse. newBuilder(ExportInsightsDataResponse prototype) -
Uses of ExportInsightsDataResponse in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type ExportInsightsDataResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata>ContactCenterInsightsStub. exportInsightsDataOperationCallable()com.google.api.gax.rpc.OperationCallable<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata>GrpcContactCenterInsightsStub. exportInsightsDataOperationCallable()com.google.api.gax.rpc.OperationCallable<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata>HttpJsonContactCenterInsightsStub. exportInsightsDataOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata>ContactCenterInsightsStubSettings.Builder. exportInsightsDataOperationSettings()Returns the builder for the settings used for calls to exportInsightsData.com.google.api.gax.rpc.OperationCallSettings<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata>ContactCenterInsightsStubSettings. exportInsightsDataOperationSettings()Returns the object with the settings used for calls to exportInsightsData.
-