MergeVersionAliasesRequest class final
Request message for
ModelService.MergeVersionAliases.
- Inheritance
-
- Object
- ProtoMessage
- MergeVersionAliasesRequest
Constructors
-
MergeVersionAliasesRequest({required String name, required List<
String> versionAliases}) - MergeVersionAliasesRequest.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Required. The name of the model version to merge aliases, with a version ID
explicitly included.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
versionAliases
→ List<
String> -
Required. The set of version aliases to merge.
The alias should be at most 128 characters, and match
[a-z][a-zA-Z0-9-]{0,126}[a-z-0-9]. Add the-prefix to an alias means removing that alias from the version.-is NOT counted in the 128 characters. Example:-goldenmeans removing thegoldenalias from the version.final
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