Class CreateContentRequest (2.1.0)

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

Create content request.

Inheritance

Object > CreateContentRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CreateContentRequest()

public CreateContentRequest()

CreateContentRequest(CreateContentRequest)

public CreateContentRequest(CreateContentRequest other)
Parameter
NameDescription
otherCreateContentRequest

Properties

Content

public Content Content { get; set; }

Required. Content resource.

Property Value
TypeDescription
Content

Parent

public string Parent { get; set; }

Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id}

Property Value
TypeDescription
String

ParentAsLakeName

public LakeName ParentAsLakeName { get; set; }

LakeName-typed view over the Parent resource name property.

Property Value
TypeDescription
LakeName

ValidateOnly

public bool ValidateOnly { get; set; }

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

Property Value
TypeDescription
Boolean