public static interface Messages.ParameterTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
string id = 5; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 5; |
String |
getName()
The name is unique, so we don't need an id.
|
com.google.protobuf.ByteString |
getNameBytes()
The name is unique, so we don't need an id.
|
boolean |
getPreferForRegularExpressionMatch()
bool prefer_for_regular_expression_match = 3; |
String |
getRegularExpressions(int index)
repeated string regular_expressions = 2; |
com.google.protobuf.ByteString |
getRegularExpressionsBytes(int index)
repeated string regular_expressions = 2; |
int |
getRegularExpressionsCount()
repeated string regular_expressions = 2; |
List<String> |
getRegularExpressionsList()
repeated string regular_expressions = 2; |
boolean |
getUseForSnippets()
bool use_for_snippets = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name is unique, so we don't need an id.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name is unique, so we don't need an id.
string name = 1;List<String> getRegularExpressionsList()
repeated string regular_expressions = 2;int getRegularExpressionsCount()
repeated string regular_expressions = 2;String getRegularExpressions(int index)
repeated string regular_expressions = 2;com.google.protobuf.ByteString getRegularExpressionsBytes(int index)
repeated string regular_expressions = 2;boolean getPreferForRegularExpressionMatch()
bool prefer_for_regular_expression_match = 3;boolean getUseForSnippets()
bool use_for_snippets = 4;String getId()
string id = 5;com.google.protobuf.ByteString getIdBytes()
string id = 5;Copyright © 2020. All rights reserved.