public interface ImportUserEventsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
ImportErrorsConfig |
getErrorsConfig()
Echoes the destination for the complete errors if this field was set in
the request.
|
ImportErrorsConfigOrBuilder |
getErrorsConfigOrBuilder()
Echoes the destination for the complete errors if this field was set in
the request.
|
UserEventImportSummary |
getImportSummary()
Aggregated statistics of user event import status.
|
UserEventImportSummaryOrBuilder |
getImportSummaryOrBuilder()
Aggregated statistics of user event import status.
|
boolean |
hasErrorsConfig()
Echoes the destination for the complete errors if this field was set in
the request.
|
boolean |
hasImportSummary()
Aggregated statistics of user event import status.
|
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 hasErrorsConfig()
Echoes the destination for the complete errors if this field was set in the request.
.google.cloud.retail.v2alpha.ImportErrorsConfig errors_config = 2;ImportErrorsConfig getErrorsConfig()
Echoes the destination for the complete errors if this field was set in the request.
.google.cloud.retail.v2alpha.ImportErrorsConfig errors_config = 2;ImportErrorsConfigOrBuilder getErrorsConfigOrBuilder()
Echoes the destination for the complete errors if this field was set in the request.
.google.cloud.retail.v2alpha.ImportErrorsConfig errors_config = 2;boolean hasImportSummary()
Aggregated statistics of user event import status.
.google.cloud.retail.v2alpha.UserEventImportSummary import_summary = 3;UserEventImportSummary getImportSummary()
Aggregated statistics of user event import status.
.google.cloud.retail.v2alpha.UserEventImportSummary import_summary = 3;UserEventImportSummaryOrBuilder getImportSummaryOrBuilder()
Aggregated statistics of user event import status.
.google.cloud.retail.v2alpha.UserEventImportSummary import_summary = 3;Copyright © 2024 Google LLC. All rights reserved.