Interface CreatePredictionApiKeyRegistrationRequestOrBuilder (0.15.0)

public interface CreatePredictionApiKeyRegistrationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract 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
TypeDescription
String

The parent.

getParentBytes()

public abstract 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
TypeDescription
ByteString

The bytes for parent.

getPredictionApiKeyRegistration()

public abstract PredictionApiKeyRegistration getPredictionApiKeyRegistration()

Required. The prediction API key registration.

.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registration = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PredictionApiKeyRegistration

The predictionApiKeyRegistration.

getPredictionApiKeyRegistrationOrBuilder()

public abstract PredictionApiKeyRegistrationOrBuilder getPredictionApiKeyRegistrationOrBuilder()

Required. The prediction API key registration.

.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registration = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PredictionApiKeyRegistrationOrBuilder

hasPredictionApiKeyRegistration()

public abstract boolean hasPredictionApiKeyRegistration()

Required. The prediction API key registration.

.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration prediction_api_key_registration = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the predictionApiKeyRegistration field is set.