Interface SearchConfigOrBuilder (0.2.0)

public interface SearchConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFacetProperty()

public abstract FacetProperty getFacetProperty()

Establishes a FacetDimension and associated specifications.

.google.cloud.visionai.v1.FacetProperty facet_property = 2;

Returns
Type Description
FacetProperty

The facetProperty.

getFacetPropertyOrBuilder()

public abstract FacetPropertyOrBuilder getFacetPropertyOrBuilder()

Establishes a FacetDimension and associated specifications.

.google.cloud.visionai.v1.FacetProperty facet_property = 2;

Returns
Type Description
FacetPropertyOrBuilder

getName()

public abstract String getName()

Resource name of the search configuration. For CustomSearchCriteria, search_config would be the search operator name. For Facets, search_config would be the facet dimension name. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Resource name of the search configuration. For CustomSearchCriteria, search_config would be the search operator name. For Facets, search_config would be the facet dimension name. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getSearchCriteriaProperty()

public abstract SearchCriteriaProperty getSearchCriteriaProperty()

Creates a mapping between a custom SearchCriteria and one or more UGA keys.

.google.cloud.visionai.v1.SearchCriteriaProperty search_criteria_property = 3;

Returns
Type Description
SearchCriteriaProperty

The searchCriteriaProperty.

getSearchCriteriaPropertyOrBuilder()

public abstract SearchCriteriaPropertyOrBuilder getSearchCriteriaPropertyOrBuilder()

Creates a mapping between a custom SearchCriteria and one or more UGA keys.

.google.cloud.visionai.v1.SearchCriteriaProperty search_criteria_property = 3;

Returns
Type Description
SearchCriteriaPropertyOrBuilder

hasFacetProperty()

public abstract boolean hasFacetProperty()

Establishes a FacetDimension and associated specifications.

.google.cloud.visionai.v1.FacetProperty facet_property = 2;

Returns
Type Description
boolean

Whether the facetProperty field is set.

hasSearchCriteriaProperty()

public abstract boolean hasSearchCriteriaProperty()

Creates a mapping between a custom SearchCriteria and one or more UGA keys.

.google.cloud.visionai.v1.SearchCriteriaProperty search_criteria_property = 3;

Returns
Type Description
boolean

Whether the searchCriteriaProperty field is set.