public static interface Protos.TestTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGuid()
required string guid = 1; |
com.google.protobuf.ByteString |
getGuidBytes()
required string guid = 1; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
boolean |
hasGuid()
required string guid = 1; |
boolean |
hasName()
optional string name = 2; |
boolean hasGuid()
required string guid = 1;String getGuid()
required string guid = 1;com.google.protobuf.ByteString getGuidBytes()
required string guid = 1;boolean hasName()
optional string name = 2;String getName()
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
optional string name = 2;Copyright © 2015. All rights reserved.