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
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.RemoveContextChildrenRequest
Implements
Inherited Members
ClientServiceRequest<GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse>.CreateRequest(bool?)
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.RemoveContextChildrenRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse>, IClientServiceRequest
Constructors
RemoveContextChildrenRequest(IClientService, GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest, string)
Constructs a new RemoveContextChildren request.
Declaration
public RemoveContextChildrenRequest(IClientService service, GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest body, string context)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest | 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
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 RemoveContextChildren parameter list.
Declaration
protected override void InitParameters()