CreateFeatureRequest class final

Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.

Inheritance
  • Object
  • ProtoMessage
  • CreateFeatureRequest

Constructors

CreateFeatureRequest({required String parent, required Feature? feature, required String featureId})
CreateFeatureRequest.fromJson(Object? j)
factory

Properties

feature Feature?
Required. The Feature to create.
final
featureId String
Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.
final
hashCode int
The hash code for this object.
no setterinherited
parent String
Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
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