Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConnectionsResource.RuntimeEntitySchemasResource

The "runtimeEntitySchemas" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ConnectionsResource.RuntimeEntitySchemasResource
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.v1
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.RuntimeEntitySchemasResource

Constructors

RuntimeEntitySchemasResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

List schema of a runtime entities filtered by entity name.

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

Required. Parent resource of RuntimeEntitySchema Format: projects/{project}/locations/{location}/connections/{connection}

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