Interface ListPredictionApiKeyRegistrationsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListPredictionApiKeyRegistrationsResponse,ListPredictionApiKeyRegistrationsResponse.Builder
public interface ListPredictionApiKeyRegistrationsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNextPageToken()If empty, the list is complete.com.google.protobuf.ByteStringgetNextPageTokenBytes()If empty, the list is complete.PredictionApiKeyRegistrationgetPredictionApiKeyRegistrations(int index)The list of registered API keys.intgetPredictionApiKeyRegistrationsCount()The list of registered API keys.List<PredictionApiKeyRegistration>getPredictionApiKeyRegistrationsList()The list of registered API keys.PredictionApiKeyRegistrationOrBuildergetPredictionApiKeyRegistrationsOrBuilder(int index)The list of registered API keys.List<? extends PredictionApiKeyRegistrationOrBuilder>getPredictionApiKeyRegistrationsOrBuilderList()The list of registered API keys.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-