SitesDomainsResource class

Constructors

SitesDomainsResource(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(Domain request, String parent, {String? $fields}) Future<Domain>
Creates a domain mapping on the specified site.
delete(String name, {String? $fields}) Future<Empty>
Deletes the existing domain mapping on the specified site.
get(String name, {String? $fields}) Future<Domain>
Gets a domain mapping on the specified site.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListDomainsResponse>
Lists the domains for the specified site.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Domain request, String name, {String? $fields}) Future<Domain>
Updates the specified domain mapping, creating the mapping as if it does not exist.

Operators

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