public static final class WriteLogEntriesPartialErrors.Builder extends GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder> implements WriteLogEntriesPartialErrorsOrBuilder
Error details for WriteLogEntries with partial success.Protobuf type
google.logging.v2.WriteLogEntriesPartialErrors| Modifier and Type | Method and Description |
|---|---|
WriteLogEntriesPartialErrors.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
WriteLogEntriesPartialErrors |
build() |
WriteLogEntriesPartialErrors |
buildPartial() |
WriteLogEntriesPartialErrors.Builder |
clear() |
WriteLogEntriesPartialErrors.Builder |
clearField(Descriptors.FieldDescriptor field) |
WriteLogEntriesPartialErrors.Builder |
clearLogEntryErrors() |
WriteLogEntriesPartialErrors.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
WriteLogEntriesPartialErrors.Builder |
clone() |
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`.
|
WriteLogEntriesPartialErrors |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
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`.
|
java.util.Map<java.lang.Integer,Status> |
getMutableLogEntryErrors()
Deprecated.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected MapField |
internalGetMapField(int number) |
protected MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
WriteLogEntriesPartialErrors.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
WriteLogEntriesPartialErrors.Builder |
mergeFrom(Message other) |
WriteLogEntriesPartialErrors.Builder |
mergeFrom(WriteLogEntriesPartialErrors other) |
WriteLogEntriesPartialErrors.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
WriteLogEntriesPartialErrors.Builder |
putAllLogEntryErrors(java.util.Map<java.lang.Integer,Status> values)
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`.
|
WriteLogEntriesPartialErrors.Builder |
putLogEntryErrors(int key,
Status value)
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`.
|
WriteLogEntriesPartialErrors.Builder |
removeLogEntryErrors(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`.
|
WriteLogEntriesPartialErrors.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
WriteLogEntriesPartialErrors.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
WriteLogEntriesPartialErrors.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>protected MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public WriteLogEntriesPartialErrors.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public WriteLogEntriesPartialErrors getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic WriteLogEntriesPartialErrors build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic WriteLogEntriesPartialErrors buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic WriteLogEntriesPartialErrors.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public WriteLogEntriesPartialErrors.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public WriteLogEntriesPartialErrors.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public WriteLogEntriesPartialErrors.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public WriteLogEntriesPartialErrors.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public WriteLogEntriesPartialErrors.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public WriteLogEntriesPartialErrors.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<WriteLogEntriesPartialErrors.Builder>public WriteLogEntriesPartialErrors.Builder mergeFrom(WriteLogEntriesPartialErrors other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public WriteLogEntriesPartialErrors.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<WriteLogEntriesPartialErrors.Builder>java.io.IOExceptionpublic int getLogEntryErrorsCount()
WriteLogEntriesPartialErrorsOrBuilderWhen `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 WriteLogEntriesPartialErrorsOrBuilderpublic 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 WriteLogEntriesPartialErrorsOrBuilderpublic 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 WriteLogEntriesPartialErrorsOrBuilderpublic 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 WriteLogEntriesPartialErrorsOrBuilderpublic 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 WriteLogEntriesPartialErrorsOrBuilderpublic WriteLogEntriesPartialErrors.Builder clearLogEntryErrors()
public WriteLogEntriesPartialErrors.Builder removeLogEntryErrors(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;@Deprecated public java.util.Map<java.lang.Integer,Status> getMutableLogEntryErrors()
public WriteLogEntriesPartialErrors.Builder putLogEntryErrors(int key, Status value)
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;public WriteLogEntriesPartialErrors.Builder putAllLogEntryErrors(java.util.Map<java.lang.Integer,Status> values)
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;public final WriteLogEntriesPartialErrors.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>public final WriteLogEntriesPartialErrors.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<WriteLogEntriesPartialErrors.Builder>