Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IndexesResource

The "indexes" collection of methods.

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

Constructors

IndexesResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

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

Methods

Create(GoogleCloudAiplatformV1Index, string)

Creates an Index.

Declaration
public virtual ProjectsResource.LocationsResource.IndexesResource.CreateRequest Create(GoogleCloudAiplatformV1Index body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1Index body

The body of the request.

string parent

Required. The resource name of the Location to create the Index in. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.IndexesResource.CreateRequest

Delete(string)

Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed.

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

Required. The name of the Index resource to be deleted. Format: projects/{project}/locations/{location}/indexes/{index}

Returns
Type Description
ProjectsResource.LocationsResource.IndexesResource.DeleteRequest

Get(string)

Gets an Index.

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

Required. The name of the Index resource. Format: projects/{project}/locations/{location}/indexes/{index}

Returns
Type Description
ProjectsResource.LocationsResource.IndexesResource.GetRequest

List(string)

Lists Indexes in a Location.

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

Required. The resource name of the Location from which to list the Indexes. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.IndexesResource.ListRequest

Patch(GoogleCloudAiplatformV1Index, string)

Updates an Index.

Declaration
public virtual ProjectsResource.LocationsResource.IndexesResource.PatchRequest Patch(GoogleCloudAiplatformV1Index body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1Index body

The body of the request.

string name

Output only. The resource name of the Index.

Returns
Type Description
ProjectsResource.LocationsResource.IndexesResource.PatchRequest

RemoveDatapoints(GoogleCloudAiplatformV1RemoveDatapointsRequest, string)

Remove Datapoints from an Index.

Declaration
public virtual ProjectsResource.LocationsResource.IndexesResource.RemoveDatapointsRequest RemoveDatapoints(GoogleCloudAiplatformV1RemoveDatapointsRequest body, string index)
Parameters
Type Name Description
GoogleCloudAiplatformV1RemoveDatapointsRequest body

The body of the request.

string index

Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}

Returns
Type Description
ProjectsResource.LocationsResource.IndexesResource.RemoveDatapointsRequest

UpsertDatapoints(GoogleCloudAiplatformV1UpsertDatapointsRequest, string)

Add/update Datapoints into an Index.

Declaration
public virtual ProjectsResource.LocationsResource.IndexesResource.UpsertDatapointsRequest UpsertDatapoints(GoogleCloudAiplatformV1UpsertDatapointsRequest body, string index)
Parameters
Type Name Description
GoogleCloudAiplatformV1UpsertDatapointsRequest body

The body of the request.

string index

Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}

Returns
Type Description
ProjectsResource.LocationsResource.IndexesResource.UpsertDatapointsRequest
In this article
Back to top Generated by DocFX