Interface AuditRecordProto.AuditQueryPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuditRecordProto.AuditQueryPB,AuditRecordProto.AuditQueryPB.Builder
- Enclosing class:
- AuditRecordProto
@Deprecated
public static interface AuditRecordProto.AuditQueryPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.string actionFilter = 3;com.google.protobuf.ByteStringDeprecated.string actionFilter = 3;Deprecated.string actionTargetFilter = 4;com.google.protobuf.ByteStringDeprecated.string actionTargetFilter = 4;Deprecated.string actionValueFilter = 5;com.google.protobuf.ByteStringDeprecated.string actionValueFilter = 5;Deprecated.string actorFilter = 2;com.google.protobuf.ByteStringDeprecated.string actorFilter = 2;intDeprecated.int32 contextFilter = 9;longDeprecated.int64 endTime = 7;longDeprecated.int64 startTime = 6;Deprecated.string systemFilter = 8;com.google.protobuf.ByteStringDeprecated.string systemFilter = 8;Deprecated.string targetProfile = 1;com.google.protobuf.ByteStringDeprecated.string targetProfile = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTargetProfile
String getTargetProfile()Deprecated.string targetProfile = 1;- Returns:
- The targetProfile.
-
getTargetProfileBytes
com.google.protobuf.ByteString getTargetProfileBytes()Deprecated.string targetProfile = 1;- Returns:
- The bytes for targetProfile.
-
getActorFilter
String getActorFilter()Deprecated.string actorFilter = 2;- Returns:
- The actorFilter.
-
getActorFilterBytes
com.google.protobuf.ByteString getActorFilterBytes()Deprecated.string actorFilter = 2;- Returns:
- The bytes for actorFilter.
-
getActionFilter
String getActionFilter()Deprecated.string actionFilter = 3;- Returns:
- The actionFilter.
-
getActionFilterBytes
com.google.protobuf.ByteString getActionFilterBytes()Deprecated.string actionFilter = 3;- Returns:
- The bytes for actionFilter.
-
getActionTargetFilter
String getActionTargetFilter()Deprecated.string actionTargetFilter = 4;- Returns:
- The actionTargetFilter.
-
getActionTargetFilterBytes
com.google.protobuf.ByteString getActionTargetFilterBytes()Deprecated.string actionTargetFilter = 4;- Returns:
- The bytes for actionTargetFilter.
-
getActionValueFilter
String getActionValueFilter()Deprecated.string actionValueFilter = 5;- Returns:
- The actionValueFilter.
-
getActionValueFilterBytes
com.google.protobuf.ByteString getActionValueFilterBytes()Deprecated.string actionValueFilter = 5;- Returns:
- The bytes for actionValueFilter.
-
getStartTime
long getStartTime()Deprecated.int64 startTime = 6;- Returns:
- The startTime.
-
getEndTime
long getEndTime()Deprecated.int64 endTime = 7;- Returns:
- The endTime.
-
getSystemFilter
String getSystemFilter()Deprecated.string systemFilter = 8;- Returns:
- The systemFilter.
-
getSystemFilterBytes
com.google.protobuf.ByteString getSystemFilterBytes()Deprecated.string systemFilter = 8;- Returns:
- The bytes for systemFilter.
-
getContextFilter
int getContextFilter()Deprecated.int32 contextFilter = 9;- Returns:
- The contextFilter.
-