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 names of the project and location that the new entry group belongs to. Note: The entry group itself and its child resources might not be stored in the location specified in its name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The names of the project and location that the new entry group belongs to. Note: The entry group itself and its child resources might not be stored in the location specified in its 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 contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
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 contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
string entry_group_id = 3 [(.google.api.field_behavior) = REQUIRED];boolean hasEntryGroup()
The entry group to create. Defaults to empty.
.google.cloud.datacatalog.v1.EntryGroup entry_group = 2;EntryGroup getEntryGroup()
The entry group to create. Defaults to empty.
.google.cloud.datacatalog.v1.EntryGroup entry_group = 2;EntryGroupOrBuilder getEntryGroupOrBuilder()
The entry group to create. Defaults to empty.
.google.cloud.datacatalog.v1.EntryGroup entry_group = 2;Copyright © 2023 Google LLC. All rights reserved.