Uses of Class
tech.skworks.tachyon.service.contracts.audit.AuditLogEntry
Packages that use AuditLogEntry
-
Uses of AuditLogEntry in tech.skworks.tachyon.service.contracts.audit
Methods in tech.skworks.tachyon.service.contracts.audit that return AuditLogEntryModifier and TypeMethodDescriptionAuditLogEntry.Builder.build()AuditLogEntry.Builder.buildPartial()static AuditLogEntryAuditLogEntry.getDefaultInstance()AuditLogEntry.Builder.getDefaultInstanceForType()AuditLogEntry.getDefaultInstanceForType()LogEventBatchRequest.Builder.getEntries(int index) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventBatchRequest.getEntries(int index) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventBatchRequestOrBuilder.getEntries(int index) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventRequest.Builder.getEntry().tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entry = 1;LogEventRequest.getEntry().tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entry = 1;LogEventRequestOrBuilder.getEntry().tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entry = 1;static AuditLogEntryAuditLogEntry.parseDelimitedFrom(InputStream input) static AuditLogEntryAuditLogEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditLogEntryAuditLogEntry.parseFrom(byte[] data) static AuditLogEntryAuditLogEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditLogEntryAuditLogEntry.parseFrom(com.google.protobuf.ByteString data) static AuditLogEntryAuditLogEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditLogEntryAuditLogEntry.parseFrom(com.google.protobuf.CodedInputStream input) static AuditLogEntryAuditLogEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditLogEntryAuditLogEntry.parseFrom(InputStream input) static AuditLogEntryAuditLogEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditLogEntryAuditLogEntry.parseFrom(ByteBuffer data) static AuditLogEntryAuditLogEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.skworks.tachyon.service.contracts.audit that return types with arguments of type AuditLogEntryModifier and TypeMethodDescriptionLogEventBatchRequest.Builder.getEntriesList()repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventBatchRequest.getEntriesList()repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventBatchRequestOrBuilder.getEntriesList()repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;com.google.protobuf.Parser<AuditLogEntry> AuditLogEntry.getParserForType()static com.google.protobuf.Parser<AuditLogEntry> AuditLogEntry.parser()Methods in tech.skworks.tachyon.service.contracts.audit with parameters of type AuditLogEntryModifier and TypeMethodDescriptionLogEventBatchRequest.Builder.addEntries(int index, AuditLogEntry value) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventBatchRequest.Builder.addEntries(AuditLogEntry value) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventRequest.Builder.mergeEntry(AuditLogEntry value) .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entry = 1;AuditLogEntry.Builder.mergeFrom(AuditLogEntry other) static AuditLogEntry.BuilderAuditLogEntry.newBuilder(AuditLogEntry prototype) LogEventBatchRequest.Builder.setEntries(int index, AuditLogEntry value) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;LogEventRequest.Builder.setEntry(AuditLogEntry value) .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entry = 1;Method parameters in tech.skworks.tachyon.service.contracts.audit with type arguments of type AuditLogEntryModifier and TypeMethodDescriptionLogEventBatchRequest.Builder.addAllEntries(Iterable<? extends AuditLogEntry> values) repeated .tech.skworks.tachyon.service.contracts.audit.AuditLogEntry entries = 1;