Package com.google.cloud.aiplatform.v1
Interface CreateFeatureOnlineStoreRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateFeatureOnlineStoreRequest,CreateFeatureOnlineStoreRequest.Builder
@Generated
public interface CreateFeatureOnlineStoreRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.com.google.protobuf.ByteStringRequired.Required.Required.com.google.protobuf.ByteStringRequired.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getParent
String getParent()Required. The resource name of the Location to create FeatureOnlineStores. Format: `projects/{project}/locations/{location}`string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()Required. The resource name of the Location to create FeatureOnlineStores. Format: `projects/{project}/locations/{location}`string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
hasFeatureOnlineStore
boolean hasFeatureOnlineStore()Required. The FeatureOnlineStore to create.
.google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the featureOnlineStore field is set.
-
getFeatureOnlineStore
FeatureOnlineStore getFeatureOnlineStore()Required. The FeatureOnlineStore to create.
.google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The featureOnlineStore.
-
getFeatureOnlineStoreOrBuilder
FeatureOnlineStoreOrBuilder getFeatureOnlineStoreOrBuilder()Required. The FeatureOnlineStore to create.
.google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 2 [(.google.api.field_behavior) = REQUIRED]; -
getFeatureOnlineStoreId
String getFeatureOnlineStoreId()Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.
string feature_online_store_id = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The featureOnlineStoreId.
-
getFeatureOnlineStoreIdBytes
com.google.protobuf.ByteString getFeatureOnlineStoreIdBytes()Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.
string feature_online_store_id = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for featureOnlineStoreId.
-