Class ProjectsResource.LocationsResource.GlossariesResource.TermsResource.CreateRequest
Creates a new GlossaryTerm resource.
Inheritance
ProjectsResource.LocationsResource.GlossariesResource.TermsResource.CreateRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
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
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()