public interface ModifyEntryContactsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContacts()
public abstract Contacts getContacts()Required. The new value for the Contacts.
.google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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];
| Type | Description |
| 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) = { ... }
| 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) = { ... }
| Type | Description |
| 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];
| Type | Description |
| boolean | Whether the contacts field is set. |