Package com.google.cloud.aiplatform.v1
Interface CreateFeatureViewRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateFeatureViewRequest,CreateFeatureViewRequest.Builder
@Generated
public interface CreateFeatureViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.com.google.protobuf.ByteStringRequired.Required.Required.com.google.protobuf.ByteStringRequired.booleanImmutable.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 FeatureOnlineStore to create FeatureViews. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`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 FeatureOnlineStore to create FeatureViews. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
hasFeatureView
boolean hasFeatureView()Required. The FeatureView to create.
.google.cloud.aiplatform.v1.FeatureView feature_view = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the featureView field is set.
-
getFeatureView
FeatureView getFeatureView()Required. The FeatureView to create.
.google.cloud.aiplatform.v1.FeatureView feature_view = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The featureView.
-
getFeatureViewOrBuilder
FeatureViewOrBuilder getFeatureViewOrBuilder()Required. The FeatureView to create.
.google.cloud.aiplatform.v1.FeatureView feature_view = 2 [(.google.api.field_behavior) = REQUIRED]; -
getFeatureViewId
String getFeatureViewId()Required. The ID to use for the FeatureView, which will become the final component of the FeatureView'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 a FeatureOnlineStore.
string feature_view_id = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The featureViewId.
-
getFeatureViewIdBytes
com.google.protobuf.ByteString getFeatureViewIdBytes()Required. The ID to use for the FeatureView, which will become the final component of the FeatureView'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 a FeatureOnlineStore.
string feature_view_id = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for featureViewId.
-
getRunSyncImmediately
boolean getRunSyncImmediately()Immutable. If set to true, one on demand sync will be run immediately, regardless whether the [FeatureView.sync_config][google.cloud.aiplatform.v1.FeatureView.sync_config] is configured or not.
bool run_sync_immediately = 4 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The runSyncImmediately.
-