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 ImportErrorsConfig
ImportErrorsConfig.Builder. build()
ImportErrorsConfig
ImportErrorsConfig.Builder. buildPartial()
static ImportErrorsConfig
ImportErrorsConfig. getDefaultInstance()
ImportErrorsConfig
ImportErrorsConfig.Builder. getDefaultInstanceForType()
ImportErrorsConfig
ImportErrorsConfig. getDefaultInstanceForType()
ImportErrorsConfig
ImportCatalogItemsRequest.Builder. getErrorsConfig()
Optional.ImportErrorsConfig
ImportCatalogItemsRequest. getErrorsConfig()
Optional.ImportErrorsConfig
ImportCatalogItemsRequestOrBuilder. getErrorsConfig()
Optional.ImportErrorsConfig
ImportCatalogItemsResponse.Builder. getErrorsConfig()
Echoes the destination for the complete errors in the request if set.ImportErrorsConfig
ImportCatalogItemsResponse. getErrorsConfig()
Echoes the destination for the complete errors in the request if set.ImportErrorsConfig
ImportCatalogItemsResponseOrBuilder. getErrorsConfig()
Echoes the destination for the complete errors in the request if set.ImportErrorsConfig
ImportUserEventsRequest.Builder. getErrorsConfig()
Optional.ImportErrorsConfig
ImportUserEventsRequest. getErrorsConfig()
Optional.ImportErrorsConfig
ImportUserEventsRequestOrBuilder. getErrorsConfig()
Optional.ImportErrorsConfig
ImportUserEventsResponse.Builder. getErrorsConfig()
Echoes the destination for the complete errors if this field was set in the request.ImportErrorsConfig
ImportUserEventsResponse. getErrorsConfig()
Echoes the destination for the complete errors if this field was set in the request.ImportErrorsConfig
ImportUserEventsResponseOrBuilder. getErrorsConfig()
Echoes the destination for the complete errors if this field was set in the request.static ImportErrorsConfig
ImportErrorsConfig. parseDelimitedFrom(InputStream input)
static ImportErrorsConfig
ImportErrorsConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportErrorsConfig
ImportErrorsConfig. parseFrom(byte[] data)
static ImportErrorsConfig
ImportErrorsConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportErrorsConfig
ImportErrorsConfig. parseFrom(com.google.protobuf.ByteString data)
static ImportErrorsConfig
ImportErrorsConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportErrorsConfig
ImportErrorsConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportErrorsConfig
ImportErrorsConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportErrorsConfig
ImportErrorsConfig. parseFrom(InputStream input)
static ImportErrorsConfig
ImportErrorsConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportErrorsConfig
ImportErrorsConfig. parseFrom(ByteBuffer data)
static ImportErrorsConfig
ImportErrorsConfig. 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.Builder
ImportCatalogItemsRequest.Builder. mergeErrorsConfig(ImportErrorsConfig value)
Optional.ImportCatalogItemsResponse.Builder
ImportCatalogItemsResponse.Builder. mergeErrorsConfig(ImportErrorsConfig value)
Echoes the destination for the complete errors in the request if set.ImportUserEventsRequest.Builder
ImportUserEventsRequest.Builder. mergeErrorsConfig(ImportErrorsConfig value)
Optional.ImportUserEventsResponse.Builder
ImportUserEventsResponse.Builder. mergeErrorsConfig(ImportErrorsConfig value)
Echoes the destination for the complete errors if this field was set in the request.ImportErrorsConfig.Builder
ImportErrorsConfig.Builder. mergeFrom(ImportErrorsConfig other)
static ImportErrorsConfig.Builder
ImportErrorsConfig. newBuilder(ImportErrorsConfig prototype)
ImportCatalogItemsRequest.Builder
ImportCatalogItemsRequest.Builder. setErrorsConfig(ImportErrorsConfig value)
Optional.ImportCatalogItemsResponse.Builder
ImportCatalogItemsResponse.Builder. setErrorsConfig(ImportErrorsConfig value)
Echoes the destination for the complete errors in the request if set.ImportUserEventsRequest.Builder
ImportUserEventsRequest.Builder. setErrorsConfig(ImportErrorsConfig value)
Optional.ImportUserEventsResponse.Builder
ImportUserEventsResponse.Builder. setErrorsConfig(ImportErrorsConfig value)
Echoes the destination for the complete errors if this field was set in the request.
-