Interface RetrieveMemoriesRequest.SimpleRetrievalParamsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RetrieveMemoriesRequest.SimpleRetrievalParams, RetrieveMemoriesRequest.SimpleRetrievalParams.Builder
Enclosing class:
RetrieveMemoriesRequest

public static interface RetrieveMemoriesRequest.SimpleRetrievalParamsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Optional.
    Optional.
    com.google.protobuf.ByteString
    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 Details

    • getPageSize

      int getPageSize()
       Optional. The maximum number of memories to return.
       The service may return fewer than this value. If unspecified, at most 3
       memories will be returned. The maximum value is 100; values above 100
       will be coerced to 100.
       
      int32 page_size = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The pageSize.
    • getPageToken

      String getPageToken()
       Optional. A page token, received from a previous `RetrieveMemories` call.
       Provide this to retrieve the subsequent page.
       
      string page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       Optional. A page token, received from a previous `RetrieveMemories` call.
       Provide this to retrieve the subsequent page.
       
      string page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for pageToken.