public sealed class CreateAspectTypeRequest : IMessage<CreateAspectTypeRequest>, IEquatable<CreateAspectTypeRequest>, IDeepCloneable<CreateAspectTypeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class CreateAspectTypeRequest.
Create AspectType Request.
Implements
IMessageCreateAspectTypeRequest, IEquatableCreateAspectTypeRequest, IDeepCloneableCreateAspectTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CreateAspectTypeRequest()
public CreateAspectTypeRequest()CreateAspectTypeRequest(CreateAspectTypeRequest)
public CreateAspectTypeRequest(CreateAspectTypeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateAspectTypeRequest |
Properties
AspectType
public AspectType AspectType { get; set; }Required. AspectType Resource.
| Property Value | |
|---|---|
| Type | Description |
AspectType |
|
AspectTypeId
public string AspectTypeId { get; set; }Required. AspectType identifier.
| Property Value | |
|---|---|
| Type | Description |
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 Google Cloud region.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ValidateOnly
public bool ValidateOnly { get; set; }Optional. The service validates the request without performing any mutations. The default is false.
| Property Value | |
|---|---|
| Type | Description |
bool |
|