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 ExportInsightsDataResponse
ExportInsightsDataResponse.Builder. build()
ExportInsightsDataResponse
ExportInsightsDataResponse.Builder. buildPartial()
static ExportInsightsDataResponse
ExportInsightsDataResponse. getDefaultInstance()
ExportInsightsDataResponse
ExportInsightsDataResponse.Builder. getDefaultInstanceForType()
ExportInsightsDataResponse
ExportInsightsDataResponse. getDefaultInstanceForType()
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseDelimitedFrom(InputStream input)
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseFrom(byte[] data)
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseFrom(com.google.protobuf.ByteString data)
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseFrom(InputStream input)
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportInsightsDataResponse
ExportInsightsDataResponse. parseFrom(ByteBuffer data)
static ExportInsightsDataResponse
ExportInsightsDataResponse. 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.Builder
ExportInsightsDataResponse.Builder. mergeFrom(ExportInsightsDataResponse other)
static ExportInsightsDataResponse.Builder
ExportInsightsDataResponse. 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.
-