Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.NotebooksResource.SourcesResource

The "sources" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.NotebooksResource.SourcesResource
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.NotebooksResource.SourcesResource

Constructors

SourcesResource(IClientService)

Constructs a new resource.

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

Methods

BatchCreate(GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest, string)

Creates a list of Sources.

Declaration
public virtual ProjectsResource.LocationsResource.NotebooksResource.SourcesResource.BatchCreateRequest BatchCreate(GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest body

The body of the request.

string parent

Required. The parent resource where the sources will be created. Format: projects/{project}/locations/{location}/notebooks/{notebook}

Returns
Type Description
ProjectsResource.LocationsResource.NotebooksResource.SourcesResource.BatchCreateRequest

BatchDelete(GoogleCloudNotebooklmV1alphaBatchDeleteSourcesRequest, string)

Deletes multiple sources

Declaration
public virtual ProjectsResource.LocationsResource.NotebooksResource.SourcesResource.BatchDeleteRequest BatchDelete(GoogleCloudNotebooklmV1alphaBatchDeleteSourcesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudNotebooklmV1alphaBatchDeleteSourcesRequest body

The body of the request.

string parent

Required. The parent resource where the sources will be deleted. Format: projects/{project}/locations/{location}/notebooks/{notebook}

Returns
Type Description
ProjectsResource.LocationsResource.NotebooksResource.SourcesResource.BatchDeleteRequest

Get(string)

Gets a Source.

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

Required. The resource name for source Format: projects/{project}/locations/{location}/notebooks/{notebook}/sources/{source}

Returns
Type Description
ProjectsResource.LocationsResource.NotebooksResource.SourcesResource.GetRequest
In this article
Back to top Generated by DocFX