Class AuditRecordProto.AuditQueryPB

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.inductiveautomation.ignition.gateway.audit.remote.encoding.AuditRecordProto.AuditQueryPB
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AuditRecordProto.AuditQueryPBOrBuilder, Serializable
Enclosing class:
AuditRecordProto

@Deprecated public static final class AuditRecordProto.AuditQueryPB extends com.google.protobuf.GeneratedMessageV3 implements AuditRecordProto.AuditQueryPBOrBuilder
Deprecated.
Protobuf type AuditQueryPB
See Also:
  • Field Details

    • TARGETPROFILE_FIELD_NUMBER

      public static final int TARGETPROFILE_FIELD_NUMBER
      Deprecated.
      See Also:
    • ACTORFILTER_FIELD_NUMBER

      public static final int ACTORFILTER_FIELD_NUMBER
      Deprecated.
      See Also:
    • ACTIONFILTER_FIELD_NUMBER

      public static final int ACTIONFILTER_FIELD_NUMBER
      Deprecated.
      See Also:
    • ACTIONTARGETFILTER_FIELD_NUMBER

      public static final int ACTIONTARGETFILTER_FIELD_NUMBER
      Deprecated.
      See Also:
    • ACTIONVALUEFILTER_FIELD_NUMBER

      public static final int ACTIONVALUEFILTER_FIELD_NUMBER
      Deprecated.
      See Also:
    • STARTTIME_FIELD_NUMBER

      public static final int STARTTIME_FIELD_NUMBER
      Deprecated.
      See Also:
    • ENDTIME_FIELD_NUMBER

      public static final int ENDTIME_FIELD_NUMBER
      Deprecated.
      See Also:
    • SYSTEMFILTER_FIELD_NUMBER

      public static final int SYSTEMFILTER_FIELD_NUMBER
      Deprecated.
      See Also:
    • CONTEXTFILTER_FIELD_NUMBER

      public static final int CONTEXTFILTER_FIELD_NUMBER
      Deprecated.
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Deprecated.
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Deprecated.
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getTargetProfile

      public String getTargetProfile()
      Deprecated.
      string targetProfile = 1;
      Specified by:
      getTargetProfile in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The targetProfile.
    • getTargetProfileBytes

      public com.google.protobuf.ByteString getTargetProfileBytes()
      Deprecated.
      string targetProfile = 1;
      Specified by:
      getTargetProfileBytes in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The bytes for targetProfile.
    • getActorFilter

      public String getActorFilter()
      Deprecated.
      string actorFilter = 2;
      Specified by:
      getActorFilter in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The actorFilter.
    • getActorFilterBytes

      public com.google.protobuf.ByteString getActorFilterBytes()
      Deprecated.
      string actorFilter = 2;
      Specified by:
      getActorFilterBytes in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The bytes for actorFilter.
    • getActionFilter

      public String getActionFilter()
      Deprecated.
      string actionFilter = 3;
      Specified by:
      getActionFilter in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The actionFilter.
    • getActionFilterBytes

      public com.google.protobuf.ByteString getActionFilterBytes()
      Deprecated.
      string actionFilter = 3;
      Specified by:
      getActionFilterBytes in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The bytes for actionFilter.
    • getActionTargetFilter

      public String getActionTargetFilter()
      Deprecated.
      string actionTargetFilter = 4;
      Specified by:
      getActionTargetFilter in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The actionTargetFilter.
    • getActionTargetFilterBytes

      public com.google.protobuf.ByteString getActionTargetFilterBytes()
      Deprecated.
      string actionTargetFilter = 4;
      Specified by:
      getActionTargetFilterBytes in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The bytes for actionTargetFilter.
    • getActionValueFilter

      public String getActionValueFilter()
      Deprecated.
      string actionValueFilter = 5;
      Specified by:
      getActionValueFilter in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The actionValueFilter.
    • getActionValueFilterBytes

      public com.google.protobuf.ByteString getActionValueFilterBytes()
      Deprecated.
      string actionValueFilter = 5;
      Specified by:
      getActionValueFilterBytes in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The bytes for actionValueFilter.
    • getStartTime

      public long getStartTime()
      Deprecated.
      int64 startTime = 6;
      Specified by:
      getStartTime in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The startTime.
    • getEndTime

      public long getEndTime()
      Deprecated.
      int64 endTime = 7;
      Specified by:
      getEndTime in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The endTime.
    • getSystemFilter

      public String getSystemFilter()
      Deprecated.
      string systemFilter = 8;
      Specified by:
      getSystemFilter in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The systemFilter.
    • getSystemFilterBytes

      public com.google.protobuf.ByteString getSystemFilterBytes()
      Deprecated.
      string systemFilter = 8;
      Specified by:
      getSystemFilterBytes in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The bytes for systemFilter.
    • getContextFilter

      public int getContextFilter()
      Deprecated.
      int32 contextFilter = 9;
      Specified by:
      getContextFilter in interface AuditRecordProto.AuditQueryPBOrBuilder
      Returns:
      The contextFilter.
    • isInitialized

      public final boolean isInitialized()
      Deprecated.
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Deprecated.
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Deprecated.
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Deprecated.
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AuditRecordProto.AuditQueryPB parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuditRecordProto.AuditQueryPB parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuditRecordProto.AuditQueryPB parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuditRecordProto.AuditQueryPB parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuditRecordProto.AuditQueryPB parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuditRecordProto.AuditQueryPB parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuditRecordProto.AuditQueryPB parseFrom(InputStream input) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseFrom

      public static AuditRecordProto.AuditQueryPB parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseDelimitedFrom

      public static AuditRecordProto.AuditQueryPB parseDelimitedFrom(InputStream input) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseDelimitedFrom

      public static AuditRecordProto.AuditQueryPB parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseFrom

      public static AuditRecordProto.AuditQueryPB parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseFrom

      public static AuditRecordProto.AuditQueryPB parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Deprecated.
      Throws:
      IOException
    • newBuilderForType

      public AuditRecordProto.AuditQueryPB.Builder newBuilderForType()
      Deprecated.
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AuditRecordProto.AuditQueryPB.Builder newBuilder()
      Deprecated.
    • newBuilder

      Deprecated.
    • toBuilder

      Deprecated.
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AuditRecordProto.AuditQueryPB.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Deprecated.
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static AuditRecordProto.AuditQueryPB getDefaultInstance()
      Deprecated.
    • parser

      public static com.google.protobuf.Parser<AuditRecordProto.AuditQueryPB> parser()
      Deprecated.
    • getParserForType

      public com.google.protobuf.Parser<AuditRecordProto.AuditQueryPB> getParserForType()
      Deprecated.
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public AuditRecordProto.AuditQueryPB getDefaultInstanceForType()
      Deprecated.
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder