ProjectsLocationsDocumentSchemasResource class

Constructors

ProjectsLocationsDocumentSchemasResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudContentwarehouseV1DocumentSchema request, String parent, {String? $fields}) Future<GoogleCloudContentwarehouseV1DocumentSchema>
Creates a document schema.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a document schema.
get(String name, {String? $fields}) Future<GoogleCloudContentwarehouseV1DocumentSchema>
Gets a document schema.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudContentwarehouseV1ListDocumentSchemasResponse>
Lists document schemas.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest request, String name, {String? $fields}) Future<GoogleCloudContentwarehouseV1DocumentSchema>
Updates a Document Schema.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited