Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlossariesResource.TermsResource.CreateRequest

Creates a new GlossaryTerm resource.

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

Constructors

CreateRequest(IClientService, GoogleCloudDataplexV1GlossaryTerm, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudDataplexV1GlossaryTerm body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudDataplexV1GlossaryTerm body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent resource where the GlossaryTerm will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where location_id refers to a GCP region.

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

RestPath

Gets the REST path.

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

TermId

Required. GlossaryTerm identifier.

Declaration
[RequestParameter("termId", RequestParameterType.Query)]
public virtual string TermId { get; set; }
Property Value
Type Description
string

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1GlossaryTerm>.InitParameters()

Implements

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