Uses of Class
tech.skworks.tachyon.service.contracts.audit.AuditLogEntry.Builder
Packages that use AuditLogEntry.Builder
-
Uses of AuditLogEntry.Builder in tech.skworks.tachyon.service.contracts.audit
Subclasses with type arguments of type AuditLogEntry.Builder in tech.skworks.tachyon.service.contracts.auditModifier and TypeClassDescriptionstatic final classProtobuf typetech.skworks.tachyon.service.contracts.audit.AuditLogEntryMethods in tech.skworks.tachyon.service.contracts.audit that return AuditLogEntry.BuilderModifier and TypeMethodDescriptionLogEventBatchRequest.Builder.addEntriesBuilder()repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventBatchRequest.Builder.addEntriesBuilder(int index) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;AuditLogEntry.Builder.clear()AuditLogEntry.Builder.clearAction()string action = 3;AuditLogEntry.Builder.clearDetails()string details = 4;AuditLogEntry.Builder.clearModule()string module = 2;AuditLogEntry.Builder.clearTimestampMs()int64 timestamp_ms = 5;AuditLogEntry.Builder.clearUuid()string uuid = 1;LogEventBatchRequest.Builder.getEntriesBuilder(int index) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventRequest.Builder.getEntryBuilder().tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entry = 1;AuditLogEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AuditLogEntry.Builder.mergeFrom(com.google.protobuf.Message other) AuditLogEntry.Builder.mergeFrom(AuditLogEntry other) static AuditLogEntry.BuilderAuditLogEntry.newBuilder()static AuditLogEntry.BuilderAuditLogEntry.newBuilder(AuditLogEntry prototype) AuditLogEntry.newBuilderForType()protected AuditLogEntry.BuilderAuditLogEntry.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) string action = 3;AuditLogEntry.Builder.setActionBytes(com.google.protobuf.ByteString value) string action = 3;AuditLogEntry.Builder.setDetails(String value) string details = 4;AuditLogEntry.Builder.setDetailsBytes(com.google.protobuf.ByteString value) string details = 4;string module = 2;AuditLogEntry.Builder.setModuleBytes(com.google.protobuf.ByteString value) string module = 2;AuditLogEntry.Builder.setTimestampMs(long value) int64 timestamp_ms = 5;string uuid = 1;AuditLogEntry.Builder.setUuidBytes(com.google.protobuf.ByteString value) string uuid = 1;AuditLogEntry.toBuilder()Methods in tech.skworks.tachyon.service.contracts.audit that return types with arguments of type AuditLogEntry.BuilderModifier and TypeMethodDescriptionLogEventBatchRequest.Builder.getEntriesBuilderList()repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;Methods in tech.skworks.tachyon.service.contracts.audit with parameters of type AuditLogEntry.BuilderModifier and TypeMethodDescriptionLogEventBatchRequest.Builder.addEntries(int index, AuditLogEntry.Builder builderForValue) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventBatchRequest.Builder.addEntries(AuditLogEntry.Builder builderForValue) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventBatchRequest.Builder.setEntries(int index, AuditLogEntry.Builder builderForValue) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventRequest.Builder.setEntry(AuditLogEntry.Builder builderForValue) .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entry = 1;