Interface WriteLogEntriesPartialErrorsOrBuilder

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

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`.
    Map<Integer,com.google.rpc.Status>
    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`.
    Map<Integer,com.google.rpc.Status>
    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`.
    com.google.rpc.Status
    getLogEntryErrorsOrDefault(int key, com.google.rpc.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`.
    com.google.rpc.Status
    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,com.google.rpc.Status> getLogEntryErrors()
      Deprecated.
    • getLogEntryErrorsMap

      Map<Integer,com.google.rpc.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

      com.google.rpc.Status getLogEntryErrorsOrDefault(int key, com.google.rpc.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

      com.google.rpc.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;