public final class WriteLogEntriesPartialErrors extends GeneratedMessageV3 implements WriteLogEntriesPartialErrorsOrBuilder
Error details for WriteLogEntries with partial success.Protobuf type
google.logging.v2.WriteLogEntriesPartialErrors
Modifier and Type | Class and Description |
---|---|
static class |
WriteLogEntriesPartialErrors.Builder
Error details for WriteLogEntries with partial success.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
LOG_ENTRY_ERRORS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
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`.
|
boolean |
equals(java.lang.Object obj) |
static WriteLogEntriesPartialErrors |
getDefaultInstance() |
WriteLogEntriesPartialErrors |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
java.util.Map<java.lang.Integer,Status> |
getLogEntryErrors()
Deprecated.
|
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`.
|
java.util.Map<java.lang.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`.
|
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`.
|
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`.
|
Parser<WriteLogEntriesPartialErrors> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static WriteLogEntriesPartialErrors.Builder |
newBuilder() |
static WriteLogEntriesPartialErrors.Builder |
newBuilder(WriteLogEntriesPartialErrors prototype) |
WriteLogEntriesPartialErrors.Builder |
newBuilderForType() |
protected WriteLogEntriesPartialErrors.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static WriteLogEntriesPartialErrors |
parseDelimitedFrom(java.io.InputStream input) |
static WriteLogEntriesPartialErrors |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static WriteLogEntriesPartialErrors |
parseFrom(byte[] data) |
static WriteLogEntriesPartialErrors |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static WriteLogEntriesPartialErrors |
parseFrom(java.nio.ByteBuffer data) |
static WriteLogEntriesPartialErrors |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static WriteLogEntriesPartialErrors |
parseFrom(ByteString data) |
static WriteLogEntriesPartialErrors |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static WriteLogEntriesPartialErrors |
parseFrom(CodedInputStream input) |
static WriteLogEntriesPartialErrors |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static WriteLogEntriesPartialErrors |
parseFrom(java.io.InputStream input) |
static WriteLogEntriesPartialErrors |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<WriteLogEntriesPartialErrors> |
parser() |
WriteLogEntriesPartialErrors.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int LOG_ENTRY_ERRORS_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField
in class GeneratedMessageV3
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public int getLogEntryErrorsCount()
WriteLogEntriesPartialErrorsOrBuilder
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;
getLogEntryErrorsCount
in interface WriteLogEntriesPartialErrorsOrBuilder
public 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;
containsLogEntryErrors
in interface WriteLogEntriesPartialErrorsOrBuilder
@Deprecated public java.util.Map<java.lang.Integer,Status> getLogEntryErrors()
getLogEntryErrorsMap()
instead.getLogEntryErrors
in interface WriteLogEntriesPartialErrorsOrBuilder
public java.util.Map<java.lang.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;
getLogEntryErrorsMap
in interface WriteLogEntriesPartialErrorsOrBuilder
public 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;
getLogEntryErrorsOrDefault
in interface WriteLogEntriesPartialErrorsOrBuilder
public 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;
getLogEntryErrorsOrThrow
in interface WriteLogEntriesPartialErrorsOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static WriteLogEntriesPartialErrors parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static WriteLogEntriesPartialErrors parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static WriteLogEntriesPartialErrors parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static WriteLogEntriesPartialErrors parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static WriteLogEntriesPartialErrors parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static WriteLogEntriesPartialErrors parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static WriteLogEntriesPartialErrors parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static WriteLogEntriesPartialErrors parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WriteLogEntriesPartialErrors parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static WriteLogEntriesPartialErrors parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WriteLogEntriesPartialErrors parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static WriteLogEntriesPartialErrors parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public WriteLogEntriesPartialErrors.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static WriteLogEntriesPartialErrors.Builder newBuilder()
public static WriteLogEntriesPartialErrors.Builder newBuilder(WriteLogEntriesPartialErrors prototype)
public WriteLogEntriesPartialErrors.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected WriteLogEntriesPartialErrors.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static WriteLogEntriesPartialErrors getDefaultInstance()
public static Parser<WriteLogEntriesPartialErrors> parser()
public Parser<WriteLogEntriesPartialErrors> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public WriteLogEntriesPartialErrors getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder