Interface ListPredictionApiKeyRegistrationsResponseOrBuilder

    • Method Detail

      • getPredictionApiKeyRegistrationsList

        List<PredictionApiKeyRegistration> getPredictionApiKeyRegistrationsList()
         The list of registered API keys.
         
        repeated .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registrations = 1;
      • getPredictionApiKeyRegistrations

        PredictionApiKeyRegistration getPredictionApiKeyRegistrations​(int index)
         The list of registered API keys.
         
        repeated .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registrations = 1;
      • getPredictionApiKeyRegistrationsCount

        int getPredictionApiKeyRegistrationsCount()
         The list of registered API keys.
         
        repeated .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registrations = 1;
      • getPredictionApiKeyRegistrationsOrBuilderList

        List<? extends PredictionApiKeyRegistrationOrBuilder> getPredictionApiKeyRegistrationsOrBuilderList()
         The list of registered API keys.
         
        repeated .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registrations = 1;
      • getPredictionApiKeyRegistrationsOrBuilder

        PredictionApiKeyRegistrationOrBuilder getPredictionApiKeyRegistrationsOrBuilder​(int index)
         The list of registered API keys.
         
        repeated .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registrations = 1;
      • getNextPageToken

        String getNextPageToken()
         If empty, the list is complete. If nonempty, pass the token to the next
         request's `ListPredictionApiKeysRegistrationsRequest.pageToken`.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         If empty, the list is complete. If nonempty, pass the token to the next
         request's `ListPredictionApiKeysRegistrationsRequest.pageToken`.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.