ExtendSchemaRequest class
ExtendSchemaRequest is the request message for ExtendSchema method.
Constructors
- ExtendSchemaRequest({String? description, String? fileContents, String? gcsPath})
- ExtendSchemaRequest.fromJson(Map json_)
Properties
- description ↔ String?
-
Description for Schema Change.
getter/setter pair
- fileContents ↔ String?
-
File uploaded as a byte stream input.
getter/setter pair
-
fileContentsAsBytes
↔ List<
int> -
getter/setter pair
- gcsPath ↔ String?
-
File stored in Cloud Storage bucket and represented in the form
projects/{project_id}/buckets/{bucket_name}/objects/{object_name} File
should be in the same project as the domain.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited