Class CreateLakeRequest (1.0.0)

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

Create lake request.

Inheritance

Object > CreateLakeRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CreateLakeRequest()

public CreateLakeRequest()

CreateLakeRequest(CreateLakeRequest)

public CreateLakeRequest(CreateLakeRequest other)
Parameter
NameDescription
otherCreateLakeRequest

Properties

Lake

public Lake Lake { get; set; }

Required. Lake resource

Property Value
TypeDescription
Lake

LakeId

public string LakeId { get; set; }

Required. Lake identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery.

  • Must contain only lowercase letters, numbers and hyphens.
  • Must start with a letter.
  • Must end with a number or a letter.
  • Must be between 1-63 characters.
  • Must be unique within the customer project / location.
Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The resource name of the lake location, 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
Boolean