Interface GetApiKeysRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getOwnerId()
      Filter api keys by owner id - optional.
      com.google.protobuf.ByteString getOwnerIdBytes()
      Filter api keys by owner id - optional.
      java.lang.String getOwnerType()
      Filter api keys by owner type - optional.
      com.google.protobuf.ByteString getOwnerTypeBytes()
      Filter api keys by owner type - 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.
      • 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

      • 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

        java.lang.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.
      • getOwnerId

        java.lang.String getOwnerId()
         Filter api keys by owner id - optional.
         
        string owner_id = 3;
        Returns:
        The ownerId.
      • getOwnerIdBytes

        com.google.protobuf.ByteString getOwnerIdBytes()
         Filter api keys by owner id - optional.
         
        string owner_id = 3;
        Returns:
        The bytes for ownerId.
      • getOwnerType

        java.lang.String getOwnerType()
         Filter api keys by owner type - optional.
         Possible values: user, service-account
         
        string owner_type = 4;
        Returns:
        The ownerType.
      • getOwnerTypeBytes

        com.google.protobuf.ByteString getOwnerTypeBytes()
         Filter api keys by owner type - optional.
         Possible values: user, service-account
         
        string owner_type = 4;
        Returns:
        The bytes for ownerType.