Class ProjectsResource.LocationsResource.ConnectionsResource.RuntimeActionSchemasResource
The "runtimeActionSchemas" collection of methods.
Inheritance
ProjectsResource.LocationsResource.ConnectionsResource.RuntimeActionSchemasResource
Inherited Members
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 |