Interface WeightedSchemaPropertyOrBuilder (0.37.0)

public interface WeightedSchemaPropertyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocumentSchemaName()

public abstract String getDocumentSchemaName()

The document schema name.

string document_schema_name = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The documentSchemaName.

getDocumentSchemaNameBytes()

public abstract ByteString getDocumentSchemaNameBytes()

The document schema name.

string document_schema_name = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for documentSchemaName.

getPropertyNames(int index)

public abstract String getPropertyNames(int index)

The property definition names in the schema.

repeated string property_names = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The propertyNames at the given index.

getPropertyNamesBytes(int index)

public abstract ByteString getPropertyNamesBytes(int index)

The property definition names in the schema.

repeated string property_names = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the propertyNames at the given index.

getPropertyNamesCount()

public abstract int getPropertyNamesCount()

The property definition names in the schema.

repeated string property_names = 2;

Returns
TypeDescription
int

The count of propertyNames.

getPropertyNamesList()

public abstract List<String> getPropertyNamesList()

The property definition names in the schema.

repeated string property_names = 2;

Returns
TypeDescription
List<String>

A list containing the propertyNames.