Interface ImportUserEventsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ImportUserEventsResponse, ImportUserEventsResponse.Builder

    public interface ImportUserEventsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getErrorSamplesList

        List<com.google.rpc.Status> getErrorSamplesList()
         A sample of errors encountered while processing the request.
         
        repeated .google.rpc.Status error_samples = 1;
      • getErrorSamples

        com.google.rpc.Status getErrorSamples​(int index)
         A sample of errors encountered while processing the request.
         
        repeated .google.rpc.Status error_samples = 1;
      • getErrorSamplesCount

        int getErrorSamplesCount()
         A sample of errors encountered while processing the request.
         
        repeated .google.rpc.Status error_samples = 1;
      • getErrorSamplesOrBuilderList

        List<? extends com.google.rpc.StatusOrBuilder> getErrorSamplesOrBuilderList()
         A sample of errors encountered while processing the request.
         
        repeated .google.rpc.Status error_samples = 1;
      • getErrorSamplesOrBuilder

        com.google.rpc.StatusOrBuilder getErrorSamplesOrBuilder​(int index)
         A sample of errors encountered while processing the request.
         
        repeated .google.rpc.Status error_samples = 1;
      • hasErrorsConfig

        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;
        Returns:
        Whether the errorsConfig field is set.
      • getErrorsConfig

        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;
        Returns:
        The errorsConfig.
      • getErrorsConfigOrBuilder

        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;
      • hasImportSummary

        boolean hasImportSummary()
         Aggregated statistics of user event import status.
         
        .google.cloud.retail.v2alpha.UserEventImportSummary import_summary = 3;
        Returns:
        Whether the importSummary field is set.
      • getImportSummary

        UserEventImportSummary getImportSummary()
         Aggregated statistics of user event import status.
         
        .google.cloud.retail.v2alpha.UserEventImportSummary import_summary = 3;
        Returns:
        The importSummary.
      • getImportSummaryOrBuilder

        UserEventImportSummaryOrBuilder getImportSummaryOrBuilder()
         Aggregated statistics of user event import status.
         
        .google.cloud.retail.v2alpha.UserEventImportSummary import_summary = 3;