Interface WriteLogEntriesPartialErrorsOrBuilder

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

@Generated public interface WriteLogEntriesPartialErrorsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    When `WriteLogEntriesRequest.partial_success` is true, records the error status for entries that were not written due to a permanent error, keyed by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
    Deprecated.
    int
    When `WriteLogEntriesRequest.partial_success` is true, records the error status for entries that were not written due to a permanent error, keyed by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
    When `WriteLogEntriesRequest.partial_success` is true, records the error status for entries that were not written due to a permanent error, keyed by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
    getLogEntryErrorsOrDefault(int key, Status defaultValue)
    When `WriteLogEntriesRequest.partial_success` is true, records the error status for entries that were not written due to a permanent error, keyed by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
    When `WriteLogEntriesRequest.partial_success` is true, records the error status for entries that were not written due to a permanent error, keyed by the entry's zero-based index in `WriteLogEntriesRequest.entries`.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getLogEntryErrorsCount

      int getLogEntryErrorsCount()
       When `WriteLogEntriesRequest.partial_success` is true, records the error
       status for entries that were not written due to a permanent error, keyed
       by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
      
       Failed requests for which no entries are written will not include
       per-entry errors.
       
      map<int32, .google.rpc.Status> log_entry_errors = 1;
    • containsLogEntryErrors

      boolean containsLogEntryErrors(int key)
       When `WriteLogEntriesRequest.partial_success` is true, records the error
       status for entries that were not written due to a permanent error, keyed
       by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
      
       Failed requests for which no entries are written will not include
       per-entry errors.
       
      map<int32, .google.rpc.Status> log_entry_errors = 1;
    • getLogEntryErrors

      @Deprecated Map<Integer,Status> getLogEntryErrors()
      Deprecated.
    • getLogEntryErrorsMap

      Map<Integer,Status> getLogEntryErrorsMap()
       When `WriteLogEntriesRequest.partial_success` is true, records the error
       status for entries that were not written due to a permanent error, keyed
       by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
      
       Failed requests for which no entries are written will not include
       per-entry errors.
       
      map<int32, .google.rpc.Status> log_entry_errors = 1;
    • getLogEntryErrorsOrDefault

      Status getLogEntryErrorsOrDefault(int key, Status defaultValue)
       When `WriteLogEntriesRequest.partial_success` is true, records the error
       status for entries that were not written due to a permanent error, keyed
       by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
      
       Failed requests for which no entries are written will not include
       per-entry errors.
       
      map<int32, .google.rpc.Status> log_entry_errors = 1;
    • getLogEntryErrorsOrThrow

      Status getLogEntryErrorsOrThrow(int key)
       When `WriteLogEntriesRequest.partial_success` is true, records the error
       status for entries that were not written due to a permanent error, keyed
       by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
      
       Failed requests for which no entries are written will not include
       per-entry errors.
       
      map<int32, .google.rpc.Status> log_entry_errors = 1;