public static interface RpcClient.BrokerAlgoTagSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
optional string description = 3; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 3; |
String |
getLabel()
required string label = 2; |
com.google.protobuf.ByteString |
getLabelBytes()
required string label = 2; |
boolean |
getMandatory()
required bool mandatory = 4; |
String |
getOptions()
optional string options = 6; |
com.google.protobuf.ByteString |
getOptionsBytes()
optional string options = 6; |
String |
getPattern()
optional string pattern = 5; |
com.google.protobuf.ByteString |
getPatternBytes()
optional string pattern = 5; |
int |
getTag()
required int32 tag = 1; |
boolean |
hasDescription()
optional string description = 3; |
boolean |
hasLabel()
required string label = 2; |
boolean |
hasMandatory()
required bool mandatory = 4; |
boolean |
hasOptions()
optional string options = 6; |
boolean |
hasPattern()
optional string pattern = 5; |
boolean |
hasTag()
required int32 tag = 1; |
boolean hasTag()
required int32 tag = 1;int getTag()
required int32 tag = 1;boolean hasLabel()
required string label = 2;String getLabel()
required string label = 2;com.google.protobuf.ByteString getLabelBytes()
required string label = 2;boolean hasDescription()
optional string description = 3;String getDescription()
optional string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;boolean hasMandatory()
required bool mandatory = 4;boolean getMandatory()
required bool mandatory = 4;boolean hasPattern()
optional string pattern = 5;String getPattern()
optional string pattern = 5;com.google.protobuf.ByteString getPatternBytes()
optional string pattern = 5;boolean hasOptions()
optional string options = 6;String getOptions()
optional string options = 6;com.google.protobuf.ByteString getOptionsBytes()
optional string options = 6;Copyright © 2015. All Rights Reserved.