Interface CreatePredictionApiKeyRegistrationRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent resource path.
         `projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource path.
         `projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasPredictionApiKeyRegistration

        boolean hasPredictionApiKeyRegistration()
         Required. The prediction API key registration.
         
        .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registration = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the predictionApiKeyRegistration field is set.
      • getPredictionApiKeyRegistration

        PredictionApiKeyRegistration getPredictionApiKeyRegistration()
         Required. The prediction API key registration.
         
        .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registration = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The predictionApiKeyRegistration.
      • getPredictionApiKeyRegistrationOrBuilder

        PredictionApiKeyRegistrationOrBuilder getPredictionApiKeyRegistrationOrBuilder()
         Required. The prediction API key registration.
         
        .google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registration = 2 [(.google.api.field_behavior) = REQUIRED];