Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConnectionsResource.ResourcesResource

The "resources" collection of methods.

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

Constructors

ResourcesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets a specific resource.

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

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

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

List(string)

Lists all available resources.

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

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

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