public interface CreateEntryGroupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntryGroup |
getEntryGroup()
The entry group to create.
|
String |
getEntryGroupId()
Required.
|
com.google.protobuf.ByteString |
getEntryGroupIdBytes()
Required.
|
EntryGroupOrBuilder |
getEntryGroupOrBuilder()
The entry group to create.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasEntryGroup()
The entry group to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the project this entry group is in. Example:
* projects/{project_id}/locations/{location}
Note that this EntryGroup and its child resources may not actually be
stored in the location in this name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The name of the project this entry group is in. Example:
* projects/{project_id}/locations/{location}
Note that this EntryGroup and its child resources may not actually be
stored in the location in this name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getEntryGroupId()
Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
string entry_group_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEntryGroupIdBytes()
Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
string entry_group_id = 3 [(.google.api.field_behavior) = REQUIRED];boolean hasEntryGroup()
The entry group to create. Defaults to an empty entry group.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;EntryGroup getEntryGroup()
The entry group to create. Defaults to an empty entry group.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;EntryGroupOrBuilder getEntryGroupOrBuilder()
The entry group to create. Defaults to an empty entry group.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;Copyright © 2025 Google LLC. All rights reserved.