public interface ExportUserEventsResponseOrBuilder
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.
|
ExportErrorsConfig |
getErrorsConfig()
This field is never set.
|
ExportErrorsConfigOrBuilder |
getErrorsConfigOrBuilder()
This field is never set.
|
OutputResult |
getOutputResult()
Output result indicating where the data were exported to.
|
OutputResultOrBuilder |
getOutputResultOrBuilder()
Output result indicating where the data were exported to.
|
boolean |
hasErrorsConfig()
This field is never set.
|
boolean |
hasOutputResult()
Output result indicating where the data were exported to.
|
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()
This field is never set.
.google.cloud.retail.v2alpha.ExportErrorsConfig errors_config = 2;ExportErrorsConfig getErrorsConfig()
This field is never set.
.google.cloud.retail.v2alpha.ExportErrorsConfig errors_config = 2;ExportErrorsConfigOrBuilder getErrorsConfigOrBuilder()
This field is never set.
.google.cloud.retail.v2alpha.ExportErrorsConfig errors_config = 2;boolean hasOutputResult()
Output result indicating where the data were exported to.
.google.cloud.retail.v2alpha.OutputResult output_result = 3;OutputResult getOutputResult()
Output result indicating where the data were exported to.
.google.cloud.retail.v2alpha.OutputResult output_result = 3;OutputResultOrBuilder getOutputResultOrBuilder()
Output result indicating where the data were exported to.
.google.cloud.retail.v2alpha.OutputResult output_result = 3;Copyright © 2024 Google LLC. All rights reserved.