public interface ModifyEntryOverviewRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEntryOverview()
public abstract EntryOverview getEntryOverview()
Required. The new value for the Entry Overview.
.google.cloud.datacatalog.v1.EntryOverview entry_overview = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
EntryOverview |
The entryOverview. |
getEntryOverviewOrBuilder()
public abstract EntryOverviewOrBuilder getEntryOverviewOrBuilder()
Required. The new value for the Entry Overview.
.google.cloud.datacatalog.v1.EntryOverview entry_overview = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
EntryOverviewOrBuilder |
getName()
public abstract String getName()
Required. The full resource name of the entry.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The full resource name of the entry.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
hasEntryOverview()
public abstract boolean hasEntryOverview()
Required. The new value for the Entry Overview.
.google.cloud.datacatalog.v1.EntryOverview entry_overview = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the entryOverview field is set. |