public static interface Messages.ParameterTypeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
boolean |
getPreferForRegularExpressionMatch()
bool preferForRegularExpressionMatch = 3; |
String |
getRegularExpressions(int index)
repeated string regularExpressions = 2; |
com.google.protobuf.ByteString |
getRegularExpressionsBytes(int index)
repeated string regularExpressions = 2; |
int |
getRegularExpressionsCount()
repeated string regularExpressions = 2; |
List<String> |
getRegularExpressionsList()
repeated string regularExpressions = 2; |
boolean |
getUseForSnippets()
bool useForSnippets = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;List<String> getRegularExpressionsList()
repeated string regularExpressions = 2;int getRegularExpressionsCount()
repeated string regularExpressions = 2;String getRegularExpressions(int index)
repeated string regularExpressions = 2;com.google.protobuf.ByteString getRegularExpressionsBytes(int index)
repeated string regularExpressions = 2;boolean getPreferForRegularExpressionMatch()
bool preferForRegularExpressionMatch = 3;boolean getUseForSnippets()
bool useForSnippets = 4;Copyright © 2019. All rights reserved.