public interface UpdateSynonymSetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. The name of the synonymSet to update Format: projects/{project_number}/locations/{location}/synonymSets/{context}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The name of the synonymSet to update Format: projects/{project_number}/locations/{location}/synonymSets/{context}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getSynonymSet()
public abstract SynonymSet getSynonymSet()Required. The synonymSet to be updated for the customer
.google.cloud.contentwarehouse.v1.SynonymSet synonym_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SynonymSet | The synonymSet. |
getSynonymSetOrBuilder()
public abstract SynonymSetOrBuilder getSynonymSetOrBuilder()Required. The synonymSet to be updated for the customer
.google.cloud.contentwarehouse.v1.SynonymSet synonym_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SynonymSetOrBuilder |
hasSynonymSet()
public abstract boolean hasSynonymSet()Required. The synonymSet to be updated for the customer
.google.cloud.contentwarehouse.v1.SynonymSet synonym_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the synonymSet field is set. |