Interface CreateSynonymSetRequestOrBuilder (0.37.0)

public interface CreateSynonymSetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the synonymSet field is set.