Uses of Class
com.google.cloud.contactcenterinsights.v1.IngestConversationsResponse
-
Packages that use IngestConversationsResponse Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of IngestConversationsResponse in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return IngestConversationsResponse Modifier and Type Method Description IngestConversationsResponse
IngestConversationsResponse.Builder. build()
IngestConversationsResponse
IngestConversationsResponse.Builder. buildPartial()
static IngestConversationsResponse
IngestConversationsResponse. getDefaultInstance()
IngestConversationsResponse
IngestConversationsResponse.Builder. getDefaultInstanceForType()
IngestConversationsResponse
IngestConversationsResponse. getDefaultInstanceForType()
static IngestConversationsResponse
IngestConversationsResponse. parseDelimitedFrom(InputStream input)
static IngestConversationsResponse
IngestConversationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IngestConversationsResponse
IngestConversationsResponse. parseFrom(byte[] data)
static IngestConversationsResponse
IngestConversationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IngestConversationsResponse
IngestConversationsResponse. parseFrom(com.google.protobuf.ByteString data)
static IngestConversationsResponse
IngestConversationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IngestConversationsResponse
IngestConversationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static IngestConversationsResponse
IngestConversationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IngestConversationsResponse
IngestConversationsResponse. parseFrom(InputStream input)
static IngestConversationsResponse
IngestConversationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IngestConversationsResponse
IngestConversationsResponse. parseFrom(ByteBuffer data)
static IngestConversationsResponse
IngestConversationsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type IngestConversationsResponse Modifier and Type Method Description com.google.protobuf.Parser<IngestConversationsResponse>
IngestConversationsResponse. getParserForType()
com.google.api.gax.longrunning.OperationFuture<IngestConversationsResponse,IngestConversationsMetadata>
ContactCenterInsightsClient. ingestConversationsAsync(IngestConversationsRequest request)
Imports conversations and processes them according to the user's configuration.com.google.api.gax.longrunning.OperationFuture<IngestConversationsResponse,IngestConversationsMetadata>
ContactCenterInsightsClient. ingestConversationsAsync(LocationName parent)
Imports conversations and processes them according to the user's configuration.com.google.api.gax.longrunning.OperationFuture<IngestConversationsResponse,IngestConversationsMetadata>
ContactCenterInsightsClient. ingestConversationsAsync(String parent)
Imports conversations and processes them according to the user's configuration.com.google.api.gax.rpc.OperationCallable<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata>
ContactCenterInsightsClient. ingestConversationsOperationCallable()
Imports conversations and processes them according to the user's configuration.com.google.api.gax.rpc.OperationCallSettings.Builder<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata>
ContactCenterInsightsSettings.Builder. ingestConversationsOperationSettings()
Returns the builder for the settings used for calls to ingestConversations.com.google.api.gax.rpc.OperationCallSettings<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata>
ContactCenterInsightsSettings. ingestConversationsOperationSettings()
Returns the object with the settings used for calls to ingestConversations.static com.google.protobuf.Parser<IngestConversationsResponse>
IngestConversationsResponse. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type IngestConversationsResponse Modifier and Type Method Description IngestConversationsResponse.Builder
IngestConversationsResponse.Builder. mergeFrom(IngestConversationsResponse other)
static IngestConversationsResponse.Builder
IngestConversationsResponse. newBuilder(IngestConversationsResponse prototype)
-
Uses of IngestConversationsResponse in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type IngestConversationsResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata>
ContactCenterInsightsStub. ingestConversationsOperationCallable()
com.google.api.gax.rpc.OperationCallable<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata>
GrpcContactCenterInsightsStub. ingestConversationsOperationCallable()
com.google.api.gax.rpc.OperationCallable<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata>
HttpJsonContactCenterInsightsStub. ingestConversationsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata>
ContactCenterInsightsStubSettings.Builder. ingestConversationsOperationSettings()
Returns the builder for the settings used for calls to ingestConversations.com.google.api.gax.rpc.OperationCallSettings<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata>
ContactCenterInsightsStubSettings. ingestConversationsOperationSettings()
Returns the object with the settings used for calls to ingestConversations.
-