Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource

The "connectors" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseDataConnect.v1
Assembly: Google.Apis.FirebaseDataConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource

Constructors

ConnectorsResource(IClientService)

Constructs a new resource.

Declaration
public ConnectorsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(Connector, string)

Creates a new Connector in a given project and location. The operations are validated against and must be compatible with the active schema. If the operations and schema are not compatible or if the schema is not present, this will result in an error.

Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.CreateRequest Create(Connector body, string parent)
Parameters
Type Name Description
Connector body

The body of the request.

string parent

Required. Value for parent.

Returns
Type Description
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.CreateRequest

Delete(string)

Deletes a single Connector.

Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the connector to delete, in the format:

projects/{project}/locations/{location}/services/{service}/connectors/{connector}
Returns
Type Description
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.DeleteRequest

ExecuteMutation(ExecuteMutationRequest, string)

Execute a predefined mutation in a Connector.

Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ExecuteMutationRequest ExecuteMutation(ExecuteMutationRequest body, string name)
Parameters
Type Name Description
ExecuteMutationRequest body

The body of the request.

string name

Required. The resource name of the connector to find the predefined mutation, in the format:

projects/{project}/locations/{location}/services/{service}/connectors/{connector}
Returns
Type Description
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ExecuteMutationRequest

ExecuteQuery(ExecuteQueryRequest, string)

Execute a predefined query in a Connector.

Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ExecuteQueryRequest ExecuteQuery(ExecuteQueryRequest body, string name)
Parameters
Type Name Description
ExecuteQueryRequest body

The body of the request.

string name

Required. The resource name of the connector to find the predefined query, in the format:

projects/{project}/locations/{location}/services/{service}/connectors/{connector}
Returns
Type Description
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ExecuteQueryRequest

Get(string)

Gets details of a single Connector.

Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the connector to retrieve, in the format:

projects/{project}/locations/{location}/services/{service}/connectors/{connector}
Returns
Type Description
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.GetRequest

List(string)

Lists Connectors in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Value of parent.

Returns
Type Description
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ListRequest

Patch(Connector, string)

Updates the parameters of a single Connector, and creates a new ConnectorRevision with the updated Connector. The operations are validated against and must be compatible with the live schema. If the operations and schema are not compatible or if the schema is not present, this will result in an error.

Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.PatchRequest Patch(Connector body, string name)
Parameters
Type Name Description
Connector body

The body of the request.

string name

Identifier. The relative resource name of the connector, in the format:

projects/{project}/locations/{location}/services/{service}/connectors/{connector}
Returns
Type Description
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.PatchRequest
In this article
Back to top Generated by DocFX