Interface GetUsageRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetUsageRequest, GetUsageRequest.Builder

    @Generated(value="protoc",
               comments="annotations:GetUsageRequestOrBuilder.java.pb.meta")
    public interface GetUsageRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getEndTimeExclusive()
      Filter for UTC time < - optional.
      com.google.protobuf.TimestampOrBuilder getEndTimeExclusiveOrBuilder()
      Filter for UTC time < - optional.
      int getPageSize()
      The requested size of the page to retrieve - optional.
      java.lang.String getPageToken()
      The page token if this is continuing from another response - optional.
      com.google.protobuf.ByteString getPageTokenBytes()
      The page token if this is continuing from another response - optional.
      com.google.protobuf.Timestamp getStartTimeInclusive()
      Filter for UTC time >= - optional.
      com.google.protobuf.TimestampOrBuilder getStartTimeInclusiveOrBuilder()
      Filter for UTC time >= - optional.
      boolean hasEndTimeExclusive()
      Filter for UTC time < - optional.
      boolean hasStartTimeInclusive()
      Filter for UTC time >= - optional.
      • 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

      • hasStartTimeInclusive

        boolean hasStartTimeInclusive()
         Filter for UTC time >= - optional.
         Defaults to: start of the current month.
         Must be: within the last 90 days from the current date.
         Must be: midnight UTC time.
         
        .google.protobuf.Timestamp start_time_inclusive = 1;
        Returns:
        Whether the startTimeInclusive field is set.
      • getStartTimeInclusive

        com.google.protobuf.Timestamp getStartTimeInclusive()
         Filter for UTC time >= - optional.
         Defaults to: start of the current month.
         Must be: within the last 90 days from the current date.
         Must be: midnight UTC time.
         
        .google.protobuf.Timestamp start_time_inclusive = 1;
        Returns:
        The startTimeInclusive.
      • getStartTimeInclusiveOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartTimeInclusiveOrBuilder()
         Filter for UTC time >= - optional.
         Defaults to: start of the current month.
         Must be: within the last 90 days from the current date.
         Must be: midnight UTC time.
         
        .google.protobuf.Timestamp start_time_inclusive = 1;
      • hasEndTimeExclusive

        boolean hasEndTimeExclusive()
         Filter for UTC time < - optional.
         Defaults to: start of the next UTC day.
         Must be: within the last 90 days from the current date.
         Must be: midnight UTC time.
         
        .google.protobuf.Timestamp end_time_exclusive = 2;
        Returns:
        Whether the endTimeExclusive field is set.
      • getEndTimeExclusive

        com.google.protobuf.Timestamp getEndTimeExclusive()
         Filter for UTC time < - optional.
         Defaults to: start of the next UTC day.
         Must be: within the last 90 days from the current date.
         Must be: midnight UTC time.
         
        .google.protobuf.Timestamp end_time_exclusive = 2;
        Returns:
        The endTimeExclusive.
      • getEndTimeExclusiveOrBuilder

        com.google.protobuf.TimestampOrBuilder getEndTimeExclusiveOrBuilder()
         Filter for UTC time < - optional.
         Defaults to: start of the next UTC day.
         Must be: within the last 90 days from the current date.
         Must be: midnight UTC time.
         
        .google.protobuf.Timestamp end_time_exclusive = 2;
      • getPageSize

        int getPageSize()
         The requested size of the page to retrieve - optional.
         Each count corresponds to a single object - per day per namespace
         Cannot exceed 1000. Defaults to 100.
         
        int32 page_size = 3;
        Returns:
        The pageSize.
      • getPageToken

        java.lang.String getPageToken()
         The page token if this is continuing from another response - optional.
         
        string page_token = 4;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         The page token if this is continuing from another response - optional.
         
        string page_token = 4;
        Returns:
        The bytes for pageToken.