ColabNotebookExecutionIdentity class sealed
Exactly one execution identity (execution_user or service_account).
Constructors
-
ColabNotebookExecutionIdentity.executionUser(TfArg<
String> executionUser) -
constfactory
-
ColabNotebookExecutionIdentity.serviceAccount(TfArg<
String> serviceAccount) -
constfactory
Properties
Methods
-
encode(
) → Map< String, Object?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited