public interface WeightedSchemaPropertyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocumentSchemaName()
public abstract String getDocumentSchemaName()The document schema name.
string document_schema_name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The documentSchemaName. |
getDocumentSchemaNameBytes()
public abstract ByteString getDocumentSchemaNameBytes()The document schema name.
string document_schema_name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The count of propertyNames. |
getPropertyNamesList()
public abstract List<String> getPropertyNamesList()The property definition names in the schema.
repeated string property_names = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the propertyNames. |