public interface ListPredictionApiKeyRegistrationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getPredictionApiKeyRegistrations(int index)
public abstract PredictionApiKeyRegistration getPredictionApiKeyRegistrations(int index)The list of registered API keys.
repeated .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registrations = 1;
| Name | Description |
| index | int |
| Type | Description |
| PredictionApiKeyRegistration |
getPredictionApiKeyRegistrationsCount()
public abstract int getPredictionApiKeyRegistrationsCount()The list of registered API keys.
repeated .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registrations = 1;
| Type | Description |
| int |
getPredictionApiKeyRegistrationsList()
public abstract List<PredictionApiKeyRegistration> getPredictionApiKeyRegistrationsList()The list of registered API keys.
repeated .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registrations = 1;
| Type | Description |
| List<PredictionApiKeyRegistration> |
getPredictionApiKeyRegistrationsOrBuilder(int index)
public abstract PredictionApiKeyRegistrationOrBuilder getPredictionApiKeyRegistrationsOrBuilder(int index)The list of registered API keys.
repeated .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registrations = 1;
| Name | Description |
| index | int |
| Type | Description |
| PredictionApiKeyRegistrationOrBuilder |
getPredictionApiKeyRegistrationsOrBuilderList()
public abstract List<? extends PredictionApiKeyRegistrationOrBuilder> getPredictionApiKeyRegistrationsOrBuilderList()The list of registered API keys.
repeated .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registrations = 1;
| Type | Description |
| List<? extends com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistrationOrBuilder> |