PublisherModel_OpenSourceCategory class final
An enum representing the open source category of a PublisherModel.
- Inheritance
-
- Object
- ProtoEnum
- PublisherModel_OpenSourceCategory
Constructors
- PublisherModel_OpenSourceCategory(String value)
-
const
- PublisherModel_OpenSourceCategory.fromJson(Object? json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const PublisherModel_OpenSourceCategory
- The default value for PublisherModel_OpenSourceCategory.
- googleOwnedOss → const PublisherModel_OpenSourceCategory
- Used to indicate the PublisherModel is a Google-owned pure open source model.
- googleOwnedOssWithGoogleCheckpoint → const PublisherModel_OpenSourceCategory
- Used to indicate the PublisherModel is a Google-owned open source model w/ Google checkpoint.
- openSourceCategoryUnspecified → const PublisherModel_OpenSourceCategory
- The open source category is unspecified, which should not be used.
- proprietary → const PublisherModel_OpenSourceCategory
- Used to indicate the PublisherModel is not open sourced.
- thirdPartyOwnedOss → const PublisherModel_OpenSourceCategory
- Used to indicate the PublisherModel is a 3p-owned pure open source model.
- thirdPartyOwnedOssWithGoogleCheckpoint → const PublisherModel_OpenSourceCategory
- Used to indicate the PublisherModel is a 3p-owned open source model w/ Google checkpoint.