KeyToPath class
Cloud Run fully managed: not supported Cloud Run for Anthos: supported Maps a string key to a path within a volume.
Constructors
- KeyToPath()
- KeyToPath.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- key ↔ String
-
Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
key to project.
read / write
- mode ↔ int
-
(Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
supported Mode bits to use on this file, must be a value between 0000 and [...]
read / write
- path ↔ String
-
Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
relative path of the file to map the key to. May not be an absolute path.
May not contain the path element '..'. May not start with the string '..'.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited