ProjectsLocationsServicesResource class

Constructors

ProjectsLocationsServicesResource.new(ApiRequester client)

Properties

connectors ProjectsLocationsServicesConnectorsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemas ProjectsLocationsServicesSchemasResource
no setter

Methods

create(Service request, String parent, {String? requestId, String? serviceId, bool? validateOnly, String? $fields}) Future<Operation>
Creates a new Service in a given project and location.
delete(String name, {bool? allowMissing, String? etag, bool? force, String? requestId, bool? validateOnly, String? $fields}) Future<Operation>
Deletes a single Service.
executeGraphql(GraphqlRequest request, String name, {String? $fields}) Future<GraphqlResponse>
Execute any GraphQL query and mutation against the Firebase Data Connect's generated GraphQL schema.
executeGraphqlRead(GraphqlRequest request, String name, {String? $fields}) Future<GraphqlResponse>
Execute any GraphQL query against the Firebase Data Connect's generated GraphQL schema.
get(String name, {String? $fields}) Future<Service>
Gets details of a single Service.
introspectGraphql(GraphqlRequest request, String name, {String? $fields}) Future<GraphqlResponse>
Execute introspection query against the Firebase Data Connect's generated GraphQL schema.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListServicesResponse>
Lists Services in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Service request, String name, {bool? allowMissing, String? requestId, String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Updates the parameters of a single Service.
toString() String
A string representation of this object.
inherited

Operators

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