DeleteFeatureOnlineStoreRequest class final

Request message for FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore.

Inheritance
  • Object
  • ProtoMessage
  • DeleteFeatureOnlineStoreRequest

Constructors

DeleteFeatureOnlineStoreRequest({required String name, bool force = false})
DeleteFeatureOnlineStoreRequest.fromJson(Map<String, dynamic> json)
factory

Properties

force bool
If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.)
final
hashCode int
The hash code for this object.
no setterinherited
name String
Required. The name of the FeatureOnlineStore to be deleted. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}
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