Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.NotebooksResource.AudioOverviewsResource

The "audioOverviews" collection of methods.

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

Constructors

AudioOverviewsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudNotebooklmV1alphaCreateAudioOverviewRequest, string)

Generates a new audio overview.

Declaration
public virtual ProjectsResource.LocationsResource.NotebooksResource.AudioOverviewsResource.CreateRequest Create(GoogleCloudNotebooklmV1alphaCreateAudioOverviewRequest body, string parent)
Parameters
Type Name Description
GoogleCloudNotebooklmV1alphaCreateAudioOverviewRequest body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.NotebooksResource.AudioOverviewsResource.CreateRequest

Delete(string)

Deletes an audio overview.

Declaration
public virtual ProjectsResource.LocationsResource.NotebooksResource.AudioOverviewsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The full resource name of the AudioOverview, such as projects/{project}/locations/{location}/notebooks/{notebook}/audioOverviews/{audio_overview_id}.

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