Interface UpdateSynonymSetRequestOrBuilder (0.37.0)

public interface UpdateSynonymSetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

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

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

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

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

Returns
TypeDescription
boolean

Whether the synonymSet field is set.