Class AuditLogEntry.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<AuditLogEntry.Builder>
com.google.protobuf.GeneratedMessage.Builder<AuditLogEntry.Builder>
tech.skworks.tachyon.service.contracts.audit.AuditLogEntry.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, AuditLogEntryOrBuilder
Enclosing class:
AuditLogEntry

public static final class AuditLogEntry.Builder extends com.google.protobuf.GeneratedMessage.Builder<AuditLogEntry.Builder> implements AuditLogEntryOrBuilder
Protobuf type tech.skworks.tachyon.service.contracts.audit.AuditLogEntry
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<AuditLogEntry.Builder>
    • clear

      public AuditLogEntry.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<AuditLogEntry.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<AuditLogEntry.Builder>
    • getDefaultInstanceForType

      public AuditLogEntry getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public AuditLogEntry build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public AuditLogEntry buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public AuditLogEntry.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AuditLogEntry.Builder>
    • mergeFrom

      public AuditLogEntry.Builder mergeFrom(AuditLogEntry other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<AuditLogEntry.Builder>
    • mergeFrom

      public AuditLogEntry.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AuditLogEntry.Builder>
      Throws:
      IOException
    • getUuid

      public String getUuid()
      string uuid = 1;
      Specified by:
      getUuid in interface AuditLogEntryOrBuilder
      Returns:
      The uuid.
    • getUuidBytes

      public com.google.protobuf.ByteString getUuidBytes()
      string uuid = 1;
      Specified by:
      getUuidBytes in interface AuditLogEntryOrBuilder
      Returns:
      The bytes for uuid.
    • setUuid

      public AuditLogEntry.Builder setUuid(String value)
      string uuid = 1;
      Parameters:
      value - The uuid to set.
      Returns:
      This builder for chaining.
    • clearUuid

      public AuditLogEntry.Builder clearUuid()
      string uuid = 1;
      Returns:
      This builder for chaining.
    • setUuidBytes

      public AuditLogEntry.Builder setUuidBytes(com.google.protobuf.ByteString value)
      string uuid = 1;
      Parameters:
      value - The bytes for uuid to set.
      Returns:
      This builder for chaining.
    • getModule

      public String getModule()
      string module = 2;
      Specified by:
      getModule in interface AuditLogEntryOrBuilder
      Returns:
      The module.
    • getModuleBytes

      public com.google.protobuf.ByteString getModuleBytes()
      string module = 2;
      Specified by:
      getModuleBytes in interface AuditLogEntryOrBuilder
      Returns:
      The bytes for module.
    • setModule

      public AuditLogEntry.Builder setModule(String value)
      string module = 2;
      Parameters:
      value - The module to set.
      Returns:
      This builder for chaining.
    • clearModule

      public AuditLogEntry.Builder clearModule()
      string module = 2;
      Returns:
      This builder for chaining.
    • setModuleBytes

      public AuditLogEntry.Builder setModuleBytes(com.google.protobuf.ByteString value)
      string module = 2;
      Parameters:
      value - The bytes for module to set.
      Returns:
      This builder for chaining.
    • getAction

      public String getAction()
      string action = 3;
      Specified by:
      getAction in interface AuditLogEntryOrBuilder
      Returns:
      The action.
    • getActionBytes

      public com.google.protobuf.ByteString getActionBytes()
      string action = 3;
      Specified by:
      getActionBytes in interface AuditLogEntryOrBuilder
      Returns:
      The bytes for action.
    • setAction

      public AuditLogEntry.Builder setAction(String value)
      string action = 3;
      Parameters:
      value - The action to set.
      Returns:
      This builder for chaining.
    • clearAction

      public AuditLogEntry.Builder clearAction()
      string action = 3;
      Returns:
      This builder for chaining.
    • setActionBytes

      public AuditLogEntry.Builder setActionBytes(com.google.protobuf.ByteString value)
      string action = 3;
      Parameters:
      value - The bytes for action to set.
      Returns:
      This builder for chaining.
    • getDetails

      public String getDetails()
      string details = 4;
      Specified by:
      getDetails in interface AuditLogEntryOrBuilder
      Returns:
      The details.
    • getDetailsBytes

      public com.google.protobuf.ByteString getDetailsBytes()
      string details = 4;
      Specified by:
      getDetailsBytes in interface AuditLogEntryOrBuilder
      Returns:
      The bytes for details.
    • setDetails

      public AuditLogEntry.Builder setDetails(String value)
      string details = 4;
      Parameters:
      value - The details to set.
      Returns:
      This builder for chaining.
    • clearDetails

      public AuditLogEntry.Builder clearDetails()
      string details = 4;
      Returns:
      This builder for chaining.
    • setDetailsBytes

      public AuditLogEntry.Builder setDetailsBytes(com.google.protobuf.ByteString value)
      string details = 4;
      Parameters:
      value - The bytes for details to set.
      Returns:
      This builder for chaining.
    • getTimestampMs

      public long getTimestampMs()
      int64 timestamp_ms = 5;
      Specified by:
      getTimestampMs in interface AuditLogEntryOrBuilder
      Returns:
      The timestampMs.
    • setTimestampMs

      public AuditLogEntry.Builder setTimestampMs(long value)
      int64 timestamp_ms = 5;
      Parameters:
      value - The timestampMs to set.
      Returns:
      This builder for chaining.
    • clearTimestampMs

      public AuditLogEntry.Builder clearTimestampMs()
      int64 timestamp_ms = 5;
      Returns:
      This builder for chaining.