Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.DataExchangesResource

The "dataExchanges" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource.DataExchangesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsHub.v1
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.DataExchangesResource

Constructors

DataExchangesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists all data exchanges from projects in a given organization and location.

Declaration
public virtual OrganizationsResource.LocationsResource.DataExchangesResource.ListRequest List(string organization)
Parameters
Type Name Description
string organization

Required. The organization resource path of the projects containing DataExchanges. e.g. organizations/myorg/locations/us.

Returns
Type Description
OrganizationsResource.LocationsResource.DataExchangesResource.ListRequest
In this article
Back to top Generated by DocFX