CreateFeatureViewRequest class final
Request message for
FeatureOnlineStoreAdminService.CreateFeatureView.
- Inheritance
-
- Object
- ProtoMessage
- CreateFeatureViewRequest
Constructors
- CreateFeatureViewRequest({required String parent, required FeatureView? featureView, required String featureViewId, bool runSyncImmediately = false})
- CreateFeatureViewRequest.fromJson(Object? j)
-
factory
Properties
- featureView → FeatureView?
-
Required. The FeatureView to create.
final
- featureViewId → String
-
Required. The ID to use for the FeatureView, which will become the final
component of the FeatureView's resource name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent → String
-
Required. The resource name of the FeatureOnlineStore to create
FeatureViews. Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runSyncImmediately → bool
-
Immutable. If set to true, one on demand sync will be run immediately,
regardless whether the
FeatureView.sync_configis configured or not.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String