Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource

The "savedQueries" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource

Constructors

SavedQueriesResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource.OperationsResource

Methods

Delete(string)

Deletes a SavedQuery.

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

Required. The resource name of the SavedQuery to delete. Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource.DeleteRequest

List(string)

Lists SavedQueries in a Dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the Dataset to list SavedQueries from. Format: projects/{project}/locations/{location}/datasets/{dataset}

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource.ListRequest
In this article
Back to top Generated by DocFX