Uses of Class
com.google.cloud.discoveryengine.v1.ImportErrorConfig
-
Packages that use ImportErrorConfig Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine API -
-
Uses of ImportErrorConfig in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return ImportErrorConfig Modifier and Type Method Description ImportErrorConfig
ImportErrorConfig.Builder. build()
ImportErrorConfig
ImportErrorConfig.Builder. buildPartial()
static ImportErrorConfig
ImportErrorConfig. getDefaultInstance()
ImportErrorConfig
ImportErrorConfig.Builder. getDefaultInstanceForType()
ImportErrorConfig
ImportErrorConfig. getDefaultInstanceForType()
ImportErrorConfig
ImportDocumentsRequest.Builder. getErrorConfig()
The desired location of errors incurred during the Import.ImportErrorConfig
ImportDocumentsRequest. getErrorConfig()
The desired location of errors incurred during the Import.ImportErrorConfig
ImportDocumentsRequestOrBuilder. getErrorConfig()
The desired location of errors incurred during the Import.ImportErrorConfig
ImportDocumentsResponse.Builder. getErrorConfig()
Echoes the destination for the complete errors in the request if set.ImportErrorConfig
ImportDocumentsResponse. getErrorConfig()
Echoes the destination for the complete errors in the request if set.ImportErrorConfig
ImportDocumentsResponseOrBuilder. getErrorConfig()
Echoes the destination for the complete errors in the request if set.ImportErrorConfig
ImportUserEventsRequest.Builder. getErrorConfig()
The desired location of errors incurred during the Import.ImportErrorConfig
ImportUserEventsRequest. getErrorConfig()
The desired location of errors incurred during the Import.ImportErrorConfig
ImportUserEventsRequestOrBuilder. getErrorConfig()
The desired location of errors incurred during the Import.ImportErrorConfig
ImportUserEventsResponse.Builder. getErrorConfig()
Echoes the destination for the complete errors if this field was set in the request.ImportErrorConfig
ImportUserEventsResponse. getErrorConfig()
Echoes the destination for the complete errors if this field was set in the request.ImportErrorConfig
ImportUserEventsResponseOrBuilder. getErrorConfig()
Echoes the destination for the complete errors if this field was set in the request.static ImportErrorConfig
ImportErrorConfig. parseDelimitedFrom(InputStream input)
static ImportErrorConfig
ImportErrorConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportErrorConfig
ImportErrorConfig. parseFrom(byte[] data)
static ImportErrorConfig
ImportErrorConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportErrorConfig
ImportErrorConfig. parseFrom(com.google.protobuf.ByteString data)
static ImportErrorConfig
ImportErrorConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportErrorConfig
ImportErrorConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportErrorConfig
ImportErrorConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportErrorConfig
ImportErrorConfig. parseFrom(InputStream input)
static ImportErrorConfig
ImportErrorConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportErrorConfig
ImportErrorConfig. parseFrom(ByteBuffer data)
static ImportErrorConfig
ImportErrorConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type ImportErrorConfig Modifier and Type Method Description com.google.protobuf.Parser<ImportErrorConfig>
ImportErrorConfig. getParserForType()
static com.google.protobuf.Parser<ImportErrorConfig>
ImportErrorConfig. parser()
Methods in com.google.cloud.discoveryengine.v1 with parameters of type ImportErrorConfig Modifier and Type Method Description ImportDocumentsRequest.Builder
ImportDocumentsRequest.Builder. mergeErrorConfig(ImportErrorConfig value)
The desired location of errors incurred during the Import.ImportDocumentsResponse.Builder
ImportDocumentsResponse.Builder. mergeErrorConfig(ImportErrorConfig value)
Echoes the destination for the complete errors in the request if set.ImportUserEventsRequest.Builder
ImportUserEventsRequest.Builder. mergeErrorConfig(ImportErrorConfig value)
The desired location of errors incurred during the Import.ImportUserEventsResponse.Builder
ImportUserEventsResponse.Builder. mergeErrorConfig(ImportErrorConfig value)
Echoes the destination for the complete errors if this field was set in the request.ImportErrorConfig.Builder
ImportErrorConfig.Builder. mergeFrom(ImportErrorConfig other)
static ImportErrorConfig.Builder
ImportErrorConfig. newBuilder(ImportErrorConfig prototype)
ImportDocumentsRequest.Builder
ImportDocumentsRequest.Builder. setErrorConfig(ImportErrorConfig value)
The desired location of errors incurred during the Import.ImportDocumentsResponse.Builder
ImportDocumentsResponse.Builder. setErrorConfig(ImportErrorConfig value)
Echoes the destination for the complete errors in the request if set.ImportUserEventsRequest.Builder
ImportUserEventsRequest.Builder. setErrorConfig(ImportErrorConfig value)
The desired location of errors incurred during the Import.ImportUserEventsResponse.Builder
ImportUserEventsResponse.Builder. setErrorConfig(ImportErrorConfig value)
Echoes the destination for the complete errors if this field was set in the request.
-