public interface CreateEntryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntry()
public abstract Entry getEntry()Required. The entry to create.
.google.cloud.datacatalog.v1beta1.Entry entry = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Entry | The entry. |
getEntryId()
public abstract String getEntryId()Required. The id of the entry to create.
string entry_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The entryId. |
getEntryIdBytes()
public abstract ByteString getEntryIdBytes()Required. The id of the entry to create.
string entry_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for entryId. |
getEntryOrBuilder()
public abstract EntryOrBuilder getEntryOrBuilder()Required. The entry to create.
.google.cloud.datacatalog.v1beta1.Entry entry = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| EntryOrBuilder |
getParent()
public abstract String getParent()Required. The name of the entry group this entry is in. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this Entry 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) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The name of the entry group this entry is in. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this Entry 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasEntry()
public abstract boolean hasEntry()Required. The entry to create.
.google.cloud.datacatalog.v1beta1.Entry entry = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the entry field is set. |