Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LakesResource.EnvironmentsResource.SessionsResource

The "sessions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.LakesResource.EnvironmentsResource.SessionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.LakesResource.EnvironmentsResource.SessionsResource

Constructors

SessionsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists session resources in an environment.

Declaration
public virtual ProjectsResource.LocationsResource.LakesResource.EnvironmentsResource.SessionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the parent environment: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}.

Returns
Type Description
ProjectsResource.LocationsResource.LakesResource.EnvironmentsResource.SessionsResource.ListRequest
In this article
Back to top Generated by DocFX