class ProjectsLocationsConnectionsEntityTypes extends Resource (View source)

The "entityTypes" collection of methods.

Typical usage is:

 $connectorsService = new Google\Service\Connectors(...);
 $entityTypes = $connectorsService->projects_locations_connections_entityTypes;

Methods

get(string $name, array $optParams = [])

Gets metadata of given entity type (entityTypes.get)

listProjectsLocationsConnectionsEntityTypes(string $parent, array $optParams = [])

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

Details

EntityType get(string $name, array $optParams = [])

Gets metadata of given entity type (entityTypes.get)

Parameters

string $name

Required. Resource name of the Entity Type. Format: proje cts/{project}/locations/{location}/connections/{connection}/entityTypes/{enti tyType}

array $optParams

Optional parameters.

Return Value

EntityType

Exceptions

Exception

ListEntityTypesResponse listProjectsLocationsConnectionsEntityTypes(string $parent, array $optParams = [])

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

(entityTypes.listProjectsLocationsConnectionsEntityTypes)

Parameters

string $parent

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

array $optParams

Optional parameters.

Return Value

ListEntityTypesResponse

Exceptions

Exception