public static interface SecurityProtos.TokenProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getIdentifier()
required bytes identifier = 1; |
String |
getKind()
required string kind = 3; |
com.google.protobuf.ByteString |
getKindBytes()
required string kind = 3; |
com.google.protobuf.ByteString |
getPassword()
required bytes password = 2; |
String |
getService()
required string service = 4; |
com.google.protobuf.ByteString |
getServiceBytes()
required string service = 4; |
boolean |
hasIdentifier()
required bytes identifier = 1; |
boolean |
hasKind()
required string kind = 3; |
boolean |
hasPassword()
required bytes password = 2; |
boolean |
hasService()
required string service = 4; |
boolean hasIdentifier()
required bytes identifier = 1;
com.google.protobuf.ByteString getIdentifier()
required bytes identifier = 1;
boolean hasPassword()
required bytes password = 2;
com.google.protobuf.ByteString getPassword()
required bytes password = 2;
boolean hasKind()
required string kind = 3;
com.google.protobuf.ByteString getKindBytes()
required string kind = 3;
boolean hasService()
required string service = 4;
String getService()
required string service = 4;
com.google.protobuf.ByteString getServiceBytes()
required string service = 4;
Copyright © 2017 Apache Software Foundation. All Rights Reserved.