Interface ModifyEntryOverviewRequestOrBuilder (1.8.3)

public interface ModifyEntryOverviewRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the entryOverview field is set.