Cloud Dataplex v1 API - Class CreateEntryGroupRequest (2.15.0)

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

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

Create EntryGroup Request

Inheritance

object > CreateEntryGroupRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CreateEntryGroupRequest()

public CreateEntryGroupRequest()

CreateEntryGroupRequest(CreateEntryGroupRequest)

public CreateEntryGroupRequest(CreateEntryGroupRequest other)
Parameter
NameDescription
otherCreateEntryGroupRequest

Properties

EntryGroup

public EntryGroup EntryGroup { get; set; }

Required. EntryGroup Resource

Property Value
TypeDescription
EntryGroup

EntryGroupId

public string EntryGroupId { get; set; }

Required. EntryGroup identifier.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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