public interface ImportUserEventsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportErrorConfig |
getErrorConfig()
Echoes the destination for the complete errors if this field was set in
the request.
|
ImportErrorConfigOrBuilder |
getErrorConfigOrBuilder()
Echoes the destination for the complete errors if this field was set in
the request.
|
com.google.rpc.Status |
getErrorSamples(int index)
A sample of errors encountered while processing the request.
|
int |
getErrorSamplesCount()
A sample of errors encountered while processing the request.
|
List<com.google.rpc.Status> |
getErrorSamplesList()
A sample of errors encountered while processing the request.
|
com.google.rpc.StatusOrBuilder |
getErrorSamplesOrBuilder(int index)
A sample of errors encountered while processing the request.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getErrorSamplesOrBuilderList()
A sample of errors encountered while processing the request.
|
long |
getJoinedEventsCount()
Count of user events imported with complete existing Documents.
|
long |
getUnjoinedEventsCount()
Count of user events imported, but with Document information not found
in the existing Branch.
|
boolean |
hasErrorConfig()
Echoes the destination for the complete errors if this field was set in
the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.rpc.Status> getErrorSamplesList()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;com.google.rpc.Status getErrorSamples(int index)
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;int getErrorSamplesCount()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;List<? extends com.google.rpc.StatusOrBuilder> getErrorSamplesOrBuilderList()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;com.google.rpc.StatusOrBuilder getErrorSamplesOrBuilder(int index)
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;boolean hasErrorConfig()
Echoes the destination for the complete errors if this field was set in the request.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 2;ImportErrorConfig getErrorConfig()
Echoes the destination for the complete errors if this field was set in the request.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 2;ImportErrorConfigOrBuilder getErrorConfigOrBuilder()
Echoes the destination for the complete errors if this field was set in the request.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 2;long getJoinedEventsCount()
Count of user events imported with complete existing Documents.
int64 joined_events_count = 3;long getUnjoinedEventsCount()
Count of user events imported, but with Document information not found in the existing Branch.
int64 unjoined_events_count = 4;Copyright © 2025 Google LLC. All rights reserved.