public sealed class CreateContentRequest : IMessage<CreateContentRequest>, IEquatable<CreateContentRequest>, IDeepCloneable<CreateContentRequest>, IBufferMessage, IMessage
Create content request.
Implements
IMessage<CreateContentRequest>, IEquatable<CreateContentRequest>, IDeepCloneable<CreateContentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CreateContentRequest()
public CreateContentRequest()
CreateContentRequest(CreateContentRequest)
public CreateContentRequest(CreateContentRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateContentRequest |
Properties
Content
public Content Content { get; set; }
Required. Content resource.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ParentAsLakeName
public LakeName ParentAsLakeName { get; set; }
Property Value | |
---|---|
Type | Description |
LakeName |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. Only validate the request, but do not perform mutations. The default is false.
Property Value | |
---|---|
Type | Description |
Boolean |