Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.AddContextChildrenRequest

Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.AddContextChildrenRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.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.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.AddContextChildrenRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>, IClientServiceRequest

Constructors

AddContextChildrenRequest(IClientService, GoogleCloudAiplatformV1beta1AddContextChildrenRequest, string)

Constructs a new AddContextChildren request.

Declaration
public AddContextChildrenRequest(IClientService service, GoogleCloudAiplatformV1beta1AddContextChildrenRequest body, string context)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1beta1AddContextChildrenRequest 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<GoogleCloudAiplatformV1beta1AddContextChildrenResponse>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes AddContextChildren parameter list.

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

Implements

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