ExtendSchemaRequest class Null safety
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.
read / write
- fileContents ↔ String?
-
File uploaded as a byte stream input.
read / write
-
fileContentsAsBytes
↔ List<
int> -
read / write
- 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.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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