Cloud Dataplex v1 API - Class CreateAspectTypeRequest (2.15.0)

public sealed class CreateAspectTypeRequest : IMessage<CreateAspectTypeRequest>, IEquatable<CreateAspectTypeRequest>, IDeepCloneable<CreateAspectTypeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class CreateAspectTypeRequest.

Create AspectType Request

Inheritance

object > CreateAspectTypeRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CreateAspectTypeRequest()

public CreateAspectTypeRequest()

CreateAspectTypeRequest(CreateAspectTypeRequest)

public CreateAspectTypeRequest(CreateAspectTypeRequest other)
Parameter
NameDescription
otherCreateAspectTypeRequest

Properties

AspectType

public AspectType AspectType { get; set; }

Required. AspectType Resource

Property Value
TypeDescription
AspectType

AspectTypeId

public string AspectTypeId { get; set; }

Required. AspectType identifier.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. Only validate the request, but do not perform mutations. The default is false.

Property Value
TypeDescription
bool