Cloud Dataplex v1 API - Class CreateEntryGroupRequest (3.12.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
Name Description
other CreateEntryGroupRequest

Properties

EntryGroup

public EntryGroup EntryGroup { get; set; }

Required. EntryGroup Resource.

Property Value
Type Description
EntryGroup

EntryGroupId

public string EntryGroupId { get; set; }

Required. EntryGroup identifier.

Property Value
Type Description
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 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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.