Package dev.cerbos.api.v1.request
Interface Request.ListAuditLogEntriesRequest.TimeRangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Request.ListAuditLogEntriesRequest.TimeRange,Request.ListAuditLogEntriesRequest.TimeRange.Builder
- Enclosing class:
- Request.ListAuditLogEntriesRequest
public static interface Request.ListAuditLogEntriesRequest.TimeRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetEnd().google.protobuf.Timestamp end = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.TimestampOrBuildergetEndOrBuilder().google.protobuf.Timestamp end = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.TimestampgetStart().google.protobuf.Timestamp start = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.TimestampOrBuildergetStartOrBuilder().google.protobuf.Timestamp start = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...booleanhasEnd().google.protobuf.Timestamp end = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...booleanhasStart().google.protobuf.Timestamp start = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStart
boolean hasStart()
.google.protobuf.Timestamp start = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- Whether the start field is set.
-
getStart
com.google.protobuf.Timestamp getStart()
.google.protobuf.Timestamp start = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The start.
-
getStartOrBuilder
com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
.google.protobuf.Timestamp start = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
hasEnd
boolean hasEnd()
.google.protobuf.Timestamp end = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- Whether the end field is set.
-
getEnd
com.google.protobuf.Timestamp getEnd()
.google.protobuf.Timestamp end = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The end.
-
getEndOrBuilder
com.google.protobuf.TimestampOrBuilder getEndOrBuilder()
.google.protobuf.Timestamp end = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
-