Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.RemoveContextChildrenRequest

Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.RemoveContextChildrenRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.MetadataStoresResource.ContextsResource.RemoveContextChildrenRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>, IClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>, IClientServiceRequest

Constructors

RemoveContextChildrenRequest(IClientService, GoogleCloudAiplatformV1RemoveContextChildrenRequest, string)

Constructs a new RemoveContextChildren request.

Declaration
public RemoveContextChildrenRequest(IClientService service, GoogleCloudAiplatformV1RemoveContextChildrenRequest body, string context)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1RemoveContextChildrenRequest body
string context

Properties

Context

Required. The resource name of the parent Context. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

Declaration
[RequestParameter("context", RequestParameterType.Path)]
public virtual string Context { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.GetBody()

InitParameters()

Initializes RemoveContextChildren parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveContextChildrenResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX