StorageSource class final
Location of the source in an archive file in Google Cloud Storage.
- Inheritance
-
- Object
- ProtoMessage
- StorageSource
Constructors
- StorageSource({String bucket = '', String object = '', int generation = 0, String sourceUploadUrl = ''})
- StorageSource.fromJson(Object? j)
-
factory
Properties
- bucket → String
-
Google Cloud Storage bucket containing the source (see
Bucket Name
Requirements).
final
- generation → int
-
Google Cloud Storage generation for the object. If the generation is
omitted, the latest generation will be used.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- object → String
-
Google Cloud Storage object containing the source.
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
- sourceUploadUrl → String
-
When the specified storage bucket is a 1st gen function uploard url bucket,
this field should be set as the generated upload url for 1st gen
deployment.
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