Interface CreateSynonymSetRequestOrBuilder (0.38.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
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) = { ... }

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

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

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

Returns
Type Description
boolean

Whether the synonymSet field is set.