public sealed class CreateEntryGroupRequest : IMessage<CreateEntryGroupRequest>, IEquatable<CreateEntryGroupRequest>, IDeepCloneable<CreateEntryGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class CreateEntryGroupRequest.
Create EntryGroup Request.
Implements
IMessageCreateEntryGroupRequest, IEquatableCreateEntryGroupRequest, IDeepCloneableCreateEntryGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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 |
|