Interface CreatePredictionApiKeyRegistrationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreatePredictionApiKeyRegistrationRequest
,CreatePredictionApiKeyRegistrationRequest.Builder
public interface CreatePredictionApiKeyRegistrationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.PredictionApiKeyRegistration
getPredictionApiKeyRegistration()
Required.PredictionApiKeyRegistrationOrBuilder
getPredictionApiKeyRegistrationOrBuilder()
Required.boolean
hasPredictionApiKeyRegistration()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-