public interface CreateSynonymSetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The parent name. Format: projects/{project_number}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent name. Format: projects/{project_number}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getSynonymSet()
public abstract SynonymSet getSynonymSet()Required. The synonymSet to be created for a context
.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 created for a context
.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 created for a context
.google.cloud.contentwarehouse.v1.SynonymSet synonym_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the synonymSet field is set. |