Class ProjectsResource.LocationsResource.IndexEndpointsResource.UndeployIndexRequest
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.
Inheritance
ProjectsResource.LocationsResource.IndexEndpointsResource.UndeployIndexRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.IndexEndpointsResource.UndeployIndexRequest : AiplatformBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
UndeployIndexRequest(IClientService, GoogleCloudAiplatformV1beta1UndeployIndexRequest, string)
Constructs a new UndeployIndex request.
Declaration
public UndeployIndexRequest(IClientService service, GoogleCloudAiplatformV1beta1UndeployIndexRequest body, string indexEndpoint)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1UndeployIndexRequest | body | |
string | indexEndpoint |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IndexEndpoint
Required. The name of the IndexEndpoint resource from which to undeploy an Index. Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Declaration
[RequestParameter("indexEndpoint", RequestParameterType.Path)]
public virtual string IndexEndpoint { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes UndeployIndex parameter list.
Declaration
protected override void InitParameters()