public static interface UserBitShared.NamePartOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
UserBitShared.NamePart |
getChild()
optional .exec.shared.NamePart child = 3; |
UserBitShared.NamePartOrBuilder |
getChildOrBuilder()
optional .exec.shared.NamePart child = 3; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
UserBitShared.NamePart.Type |
getType()
optional .exec.shared.NamePart.Type type = 1; |
boolean |
hasChild()
optional .exec.shared.NamePart child = 3; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasType()
optional .exec.shared.NamePart.Type type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
optional .exec.shared.NamePart.Type type = 1;
UserBitShared.NamePart.Type getType()
optional .exec.shared.NamePart.Type type = 1;
boolean hasName()
optional string name = 2;
String getName()
optional string name = 2;
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
boolean hasChild()
optional .exec.shared.NamePart child = 3;
UserBitShared.NamePart getChild()
optional .exec.shared.NamePart child = 3;
UserBitShared.NamePartOrBuilder getChildOrBuilder()
optional .exec.shared.NamePart child = 3;
Copyright © 1970 The Apache Software Foundation. All rights reserved.