Uses of Class
com.google.cloud.contactcenterinsights.v1.ExportInsightsDataMetadata
-
Packages that use ExportInsightsDataMetadata Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of ExportInsightsDataMetadata in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ExportInsightsDataMetadata Modifier and Type Method Description ExportInsightsDataMetadata
ExportInsightsDataMetadata.Builder. build()
ExportInsightsDataMetadata
ExportInsightsDataMetadata.Builder. buildPartial()
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. getDefaultInstance()
ExportInsightsDataMetadata
ExportInsightsDataMetadata.Builder. getDefaultInstanceForType()
ExportInsightsDataMetadata
ExportInsightsDataMetadata. getDefaultInstanceForType()
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseDelimitedFrom(InputStream input)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseFrom(byte[] data)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseFrom(com.google.protobuf.ByteString data)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseFrom(InputStream input)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseFrom(ByteBuffer data)
static ExportInsightsDataMetadata
ExportInsightsDataMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ExportInsightsDataMetadata 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<ExportInsightsDataMetadata>
ExportInsightsDataMetadata. getParserForType()
static com.google.protobuf.Parser<ExportInsightsDataMetadata>
ExportInsightsDataMetadata. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ExportInsightsDataMetadata Modifier and Type Method Description ExportInsightsDataMetadata.Builder
ExportInsightsDataMetadata.Builder. mergeFrom(ExportInsightsDataMetadata other)
static ExportInsightsDataMetadata.Builder
ExportInsightsDataMetadata. newBuilder(ExportInsightsDataMetadata prototype)
-
Uses of ExportInsightsDataMetadata in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type ExportInsightsDataMetadata 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.
-