Interface ModifyEntryContactsRequestOrBuilder (1.47.0)

public interface ModifyEntryContactsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContacts()

public abstract Contacts getContacts()

Required. The new value for the Contacts.

.google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Contacts

The contacts.

getContactsOrBuilder()

public abstract ContactsOrBuilder getContactsOrBuilder()

Required. The new value for the Contacts.

.google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ContactsOrBuilder

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.

hasContacts()

public abstract boolean hasContacts()

Required. The new value for the Contacts.

.google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the contacts field is set.