WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.clear() |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.clearLogEntryErrors() |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.clone() |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.mergeFrom(WriteLogEntriesPartialErrors other) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.mergeFrom(com.google.protobuf.Message other) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.newBuilder() |
|
static WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.newBuilder(WriteLogEntriesPartialErrors prototype) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.newBuilderForType() |
|
protected WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.putAllLogEntryErrors(Map<Integer,com.google.rpc.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 |
WriteLogEntriesPartialErrors.Builder.putLogEntryErrors(int key,
com.google.rpc.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 |
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 |
WriteLogEntriesPartialErrors.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
WriteLogEntriesPartialErrors.Builder |
WriteLogEntriesPartialErrors.toBuilder() |
|