Interface WeightedSchemaPropertyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeightedSchemaProperty,WeightedSchemaProperty.Builder
public interface WeightedSchemaPropertyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDocumentSchemaName()The document schema name.com.google.protobuf.ByteStringgetDocumentSchemaNameBytes()The document schema name.StringgetPropertyNames(int index)The property definition names in the schema.com.google.protobuf.ByteStringgetPropertyNamesBytes(int index)The property definition names in the schema.intgetPropertyNamesCount()The property definition names in the schema.List<String>getPropertyNamesList()The property definition names in the schema.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDocumentSchemaName
String getDocumentSchemaName()
The document schema name.
string document_schema_name = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The documentSchemaName.
-
getDocumentSchemaNameBytes
com.google.protobuf.ByteString getDocumentSchemaNameBytes()
The document schema name.
string document_schema_name = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for documentSchemaName.
-
getPropertyNamesList
List<String> getPropertyNamesList()
The property definition names in the schema.
repeated string property_names = 2;- Returns:
- A list containing the propertyNames.
-
getPropertyNamesCount
int getPropertyNamesCount()
The property definition names in the schema.
repeated string property_names = 2;- Returns:
- The count of propertyNames.
-
getPropertyNames
String getPropertyNames(int index)
The property definition names in the schema.
repeated string property_names = 2;- Parameters:
index- The index of the element to return.- Returns:
- The propertyNames at the given index.
-
getPropertyNamesBytes
com.google.protobuf.ByteString getPropertyNamesBytes(int index)
The property definition names in the schema.
repeated string property_names = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the propertyNames at the given index.
-
-