Source class final
The location of the function source code.
- Inheritance
-
- Object
- ProtoMessage
- Source
Constructors
- Source({StorageSource? storageSource, RepoSource? repoSource, String? gitUri})
- Source.fromJson(Object? j)
-
factory
Properties
- gitUri → String?
-
If provided, get the source from GitHub repository. This option is valid
only for GCF 1st Gen function.
Example: https://github.com/
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - repoSource → RepoSource?
-
If provided, get the source from this location in a Cloud Source
Repository.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageSource → StorageSource?
-
If provided, get the source from this location in Google Cloud Storage.
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