Interface Request.ListAuditLogEntriesRequest.TimeRangeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getEnd()
      .google.protobuf.Timestamp end = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.TimestampOrBuilder getEndOrBuilder()
      .google.protobuf.Timestamp end = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.Timestamp getStart()
      .google.protobuf.Timestamp start = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
      .google.protobuf.Timestamp start = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      boolean hasEnd()
      .google.protobuf.Timestamp end = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      boolean hasStart()
      .google.protobuf.Timestamp start = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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) = { ... }