public static interface ProtobufMessages.Header.StrategyIndexOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData()
optional bytes data = 3; |
int |
getId()
optional int32 id = 1; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
boolean |
hasData()
optional bytes data = 3; |
boolean |
hasId()
optional int32 id = 1; |
boolean |
hasName()
optional string name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
optional int32 id = 1;int getId()
optional int32 id = 1;boolean hasName()
optional string name = 2;String getName()
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
optional string name = 2;boolean hasData()
optional bytes data = 3;com.google.protobuf.ByteString getData()
optional bytes data = 3;Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.