Uses of Class
com.google.cloud.recommendationengine.v1beta1.ImportErrorsConfig
-
Packages that use ImportErrorsConfig Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of ImportErrorsConfig in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return ImportErrorsConfig Modifier and Type Method Description ImportErrorsConfigImportErrorsConfig.Builder. build()ImportErrorsConfigImportErrorsConfig.Builder. buildPartial()static ImportErrorsConfigImportErrorsConfig. getDefaultInstance()ImportErrorsConfigImportErrorsConfig.Builder. getDefaultInstanceForType()ImportErrorsConfigImportErrorsConfig. getDefaultInstanceForType()ImportErrorsConfigImportCatalogItemsRequest.Builder. getErrorsConfig()Optional.ImportErrorsConfigImportCatalogItemsRequest. getErrorsConfig()Optional.ImportErrorsConfigImportCatalogItemsRequestOrBuilder. getErrorsConfig()Optional.ImportErrorsConfigImportCatalogItemsResponse.Builder. getErrorsConfig()Echoes the destination for the complete errors in the request if set.ImportErrorsConfigImportCatalogItemsResponse. getErrorsConfig()Echoes the destination for the complete errors in the request if set.ImportErrorsConfigImportCatalogItemsResponseOrBuilder. getErrorsConfig()Echoes the destination for the complete errors in the request if set.ImportErrorsConfigImportUserEventsRequest.Builder. getErrorsConfig()Optional.ImportErrorsConfigImportUserEventsRequest. getErrorsConfig()Optional.ImportErrorsConfigImportUserEventsRequestOrBuilder. getErrorsConfig()Optional.ImportErrorsConfigImportUserEventsResponse.Builder. getErrorsConfig()Echoes the destination for the complete errors if this field was set in the request.ImportErrorsConfigImportUserEventsResponse. getErrorsConfig()Echoes the destination for the complete errors if this field was set in the request.ImportErrorsConfigImportUserEventsResponseOrBuilder. getErrorsConfig()Echoes the destination for the complete errors if this field was set in the request.static ImportErrorsConfigImportErrorsConfig. parseDelimitedFrom(InputStream input)static ImportErrorsConfigImportErrorsConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportErrorsConfigImportErrorsConfig. parseFrom(byte[] data)static ImportErrorsConfigImportErrorsConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportErrorsConfigImportErrorsConfig. parseFrom(com.google.protobuf.ByteString data)static ImportErrorsConfigImportErrorsConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportErrorsConfigImportErrorsConfig. parseFrom(com.google.protobuf.CodedInputStream input)static ImportErrorsConfigImportErrorsConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportErrorsConfigImportErrorsConfig. parseFrom(InputStream input)static ImportErrorsConfigImportErrorsConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportErrorsConfigImportErrorsConfig. parseFrom(ByteBuffer data)static ImportErrorsConfigImportErrorsConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type ImportErrorsConfig Modifier and Type Method Description com.google.protobuf.Parser<ImportErrorsConfig>ImportErrorsConfig. getParserForType()static com.google.protobuf.Parser<ImportErrorsConfig>ImportErrorsConfig. parser()Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type ImportErrorsConfig Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ImportCatalogItemsResponse,ImportMetadata>CatalogServiceClient. importCatalogItemsAsync(CatalogName parent, String requestId, InputConfig inputConfig, ImportErrorsConfig errorsConfig)Bulk import of multiple catalog items.com.google.api.gax.longrunning.OperationFuture<ImportCatalogItemsResponse,ImportMetadata>CatalogServiceClient. importCatalogItemsAsync(String parent, String requestId, InputConfig inputConfig, ImportErrorsConfig errorsConfig)Bulk import of multiple catalog items.com.google.api.gax.longrunning.OperationFuture<ImportUserEventsResponse,ImportMetadata>UserEventServiceClient. importUserEventsAsync(EventStoreName parent, String requestId, InputConfig inputConfig, ImportErrorsConfig errorsConfig)Bulk import of User events.com.google.api.gax.longrunning.OperationFuture<ImportUserEventsResponse,ImportMetadata>UserEventServiceClient. importUserEventsAsync(String parent, String requestId, InputConfig inputConfig, ImportErrorsConfig errorsConfig)Bulk import of User events.ImportCatalogItemsRequest.BuilderImportCatalogItemsRequest.Builder. mergeErrorsConfig(ImportErrorsConfig value)Optional.ImportCatalogItemsResponse.BuilderImportCatalogItemsResponse.Builder. mergeErrorsConfig(ImportErrorsConfig value)Echoes the destination for the complete errors in the request if set.ImportUserEventsRequest.BuilderImportUserEventsRequest.Builder. mergeErrorsConfig(ImportErrorsConfig value)Optional.ImportUserEventsResponse.BuilderImportUserEventsResponse.Builder. mergeErrorsConfig(ImportErrorsConfig value)Echoes the destination for the complete errors if this field was set in the request.ImportErrorsConfig.BuilderImportErrorsConfig.Builder. mergeFrom(ImportErrorsConfig other)static ImportErrorsConfig.BuilderImportErrorsConfig. newBuilder(ImportErrorsConfig prototype)ImportCatalogItemsRequest.BuilderImportCatalogItemsRequest.Builder. setErrorsConfig(ImportErrorsConfig value)Optional.ImportCatalogItemsResponse.BuilderImportCatalogItemsResponse.Builder. setErrorsConfig(ImportErrorsConfig value)Echoes the destination for the complete errors in the request if set.ImportUserEventsRequest.BuilderImportUserEventsRequest.Builder. setErrorsConfig(ImportErrorsConfig value)Optional.ImportUserEventsResponse.BuilderImportUserEventsResponse.Builder. setErrorsConfig(ImportErrorsConfig value)Echoes the destination for the complete errors if this field was set in the request.
-