Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConnectionsResource.EntityTypesResource

The "entityTypes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ConnectionsResource.EntityTypesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Connectors.v2
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.EntityTypesResource

Constructors

EntityTypesResource(IClientService)

Constructs a new resource.

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

Properties

Entities

Gets the Entities resource.

Declaration
public virtual ProjectsResource.LocationsResource.ConnectionsResource.EntityTypesResource.EntitiesResource Entities { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ConnectionsResource.EntityTypesResource.EntitiesResource

Methods

Get(string)

Gets metadata of given entity type

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

Required. Resource name of the Entity Type. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{entityType}

Returns
Type Description
ProjectsResource.LocationsResource.ConnectionsResource.EntityTypesResource.GetRequest

List(string)

Lists metadata related to all entity types present in the external system.

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

Required. Resource name of the Entity Type. Format: projects/{project}/locations/{location}/connections/{connection}

Returns
Type Description
ProjectsResource.LocationsResource.ConnectionsResource.EntityTypesResource.ListRequest
In this article
Back to top Generated by DocFX