Interface QualiaInputPatternOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QualiaInputPattern,QualiaInputPattern.Builder
public interface QualiaInputPatternOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAllowedPosTags(int index)repeated string allowed_pos_tags = 3 [json_name = "allowedPosTags"];com.google.protobuf.ByteStringgetAllowedPosTagsBytes(int index)repeated string allowed_pos_tags = 3 [json_name = "allowedPosTags"];intgetAllowedPosTagsCount()repeated string allowed_pos_tags = 3 [json_name = "allowedPosTags"];java.util.List<java.lang.String>getAllowedPosTagsList()repeated string allowed_pos_tags = 3 [json_name = "allowedPosTags"];java.lang.StringgetPattern()string pattern = 1 [json_name = "pattern"];com.google.protobuf.ByteStringgetPatternBytes()string pattern = 1 [json_name = "pattern"];QualiaRolegetRole().arg_services.quality.v1beta.QualiaRole role = 2 [json_name = "role"];intgetRoleValue().arg_services.quality.v1beta.QualiaRole role = 2 [json_name = "role"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPattern
java.lang.String getPattern()
string pattern = 1 [json_name = "pattern"];- Returns:
- The pattern.
-
getPatternBytes
com.google.protobuf.ByteString getPatternBytes()
string pattern = 1 [json_name = "pattern"];- Returns:
- The bytes for pattern.
-
getRoleValue
int getRoleValue()
.arg_services.quality.v1beta.QualiaRole role = 2 [json_name = "role"];- Returns:
- The enum numeric value on the wire for role.
-
getRole
QualiaRole getRole()
.arg_services.quality.v1beta.QualiaRole role = 2 [json_name = "role"];- Returns:
- The role.
-
getAllowedPosTagsList
java.util.List<java.lang.String> getAllowedPosTagsList()
repeated string allowed_pos_tags = 3 [json_name = "allowedPosTags"];- Returns:
- A list containing the allowedPosTags.
-
getAllowedPosTagsCount
int getAllowedPosTagsCount()
repeated string allowed_pos_tags = 3 [json_name = "allowedPosTags"];- Returns:
- The count of allowedPosTags.
-
getAllowedPosTags
java.lang.String getAllowedPosTags(int index)
repeated string allowed_pos_tags = 3 [json_name = "allowedPosTags"];- Parameters:
index- The index of the element to return.- Returns:
- The allowedPosTags at the given index.
-
getAllowedPosTagsBytes
com.google.protobuf.ByteString getAllowedPosTagsBytes(int index)
repeated string allowed_pos_tags = 3 [json_name = "allowedPosTags"];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the allowedPosTags at the given index.
-
-