Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConnectionsResource.RuntimeActionSchemasResource

The "runtimeActionSchemas" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ConnectionsResource.RuntimeActionSchemasResource
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.RuntimeActionSchemasResource

Constructors

RuntimeActionSchemasResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

List schema of a runtime actions filtered by action name.

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

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

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