Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.SessionsResource.FilesResource

The "files" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.SessionsResource.FilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.SessionsResource.FilesResource

Constructors

FilesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists metadata for all files in the current session.

Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.SessionsResource.FilesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the Session. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session} Name of the session resource to which the file belong.

Returns
Type Description
ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.SessionsResource.FilesResource.ListRequest
In this article
Back to top Generated by DocFX