Interface GetAuditLogsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetAuditLogsRequest,GetAuditLogsRequest.Builder
@Generated(value="protoc",
comments="annotations:GetAuditLogsRequestOrBuilder.java.pb.meta")
public interface GetAuditLogsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampFilter for UTC time < (defaults to current time) - optional.com.google.protobuf.TimestampOrBuilderFilter for UTC time < (defaults to current time) - optional.intThe requested size of the page to retrieve - optional.The page token if this is continuing from another response - optional.com.google.protobuf.ByteStringThe page token if this is continuing from another response - optional.com.google.protobuf.TimestampFilter for UTC time >= (defaults to 30 days ago) - optional.com.google.protobuf.TimestampOrBuilderFilter for UTC time >= (defaults to 30 days ago) - optional.booleanFilter for UTC time < (defaults to current time) - optional.booleanFilter for UTC time >= (defaults to 30 days ago) - optional.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
-
getPageSize
int getPageSize()The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.
int32 page_size = 1;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()The page token if this is continuing from another response - optional.
string page_token = 2;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()The page token if this is continuing from another response - optional.
string page_token = 2;- Returns:
- The bytes for pageToken.
-
hasStartTimeInclusive
boolean hasStartTimeInclusive()Filter for UTC time >= (defaults to 30 days ago) - optional.
.google.protobuf.Timestamp start_time_inclusive = 3;- Returns:
- Whether the startTimeInclusive field is set.
-
getStartTimeInclusive
com.google.protobuf.Timestamp getStartTimeInclusive()Filter for UTC time >= (defaults to 30 days ago) - optional.
.google.protobuf.Timestamp start_time_inclusive = 3;- Returns:
- The startTimeInclusive.
-
getStartTimeInclusiveOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeInclusiveOrBuilder()Filter for UTC time >= (defaults to 30 days ago) - optional.
.google.protobuf.Timestamp start_time_inclusive = 3; -
hasEndTimeExclusive
boolean hasEndTimeExclusive()Filter for UTC time < (defaults to current time) - optional.
.google.protobuf.Timestamp end_time_exclusive = 4;- Returns:
- Whether the endTimeExclusive field is set.
-
getEndTimeExclusive
com.google.protobuf.Timestamp getEndTimeExclusive()Filter for UTC time < (defaults to current time) - optional.
.google.protobuf.Timestamp end_time_exclusive = 4;- Returns:
- The endTimeExclusive.
-
getEndTimeExclusiveOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeExclusiveOrBuilder()Filter for UTC time < (defaults to current time) - optional.
.google.protobuf.Timestamp end_time_exclusive = 4;
-