public interface CreateFeatureViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureView |
getFeatureView()
Required.
|
String |
getFeatureViewId()
Required.
|
com.google.protobuf.ByteString |
getFeatureViewIdBytes()
Required.
|
FeatureViewOrBuilder |
getFeatureViewOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
getRunSyncImmediately()
Immutable.
|
boolean |
hasFeatureView()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
boolean hasFeatureView()
Required. The FeatureView to create.
.google.cloud.aiplatform.v1.FeatureView feature_view = 2 [(.google.api.field_behavior) = REQUIRED];
FeatureView getFeatureView()
Required. The FeatureView to create.
.google.cloud.aiplatform.v1.FeatureView feature_view = 2 [(.google.api.field_behavior) = REQUIRED];
FeatureViewOrBuilder getFeatureViewOrBuilder()
Required. The FeatureView to create.
.google.cloud.aiplatform.v1.FeatureView feature_view = 2 [(.google.api.field_behavior) = REQUIRED];
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];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];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];Copyright © 2025 Google LLC. All rights reserved.