public static interface AuthProxProto.EnrollmentInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIssuer()
required string issuer = 2; |
com.google.protobuf.ByteString |
getIssuerBytes()
required string issuer = 2; |
com.google.protobuf.ByteString |
getPublic()
required bytes public = 3; |
String |
getType()
required string type = 1; |
com.google.protobuf.ByteString |
getTypeBytes()
required string type = 1; |
boolean |
hasIssuer()
required string issuer = 2; |
boolean |
hasPublic()
required bytes public = 3; |
boolean |
hasType()
required string type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
required string type = 1;String getType()
required string type = 1;com.google.protobuf.ByteString getTypeBytes()
required string type = 1;boolean hasIssuer()
required string issuer = 2;String getIssuer()
required string issuer = 2;com.google.protobuf.ByteString getIssuerBytes()
required string issuer = 2;boolean hasPublic()
required bytes public = 3;com.google.protobuf.ByteString getPublic()
required bytes public = 3;Copyright © 2018. All rights reserved.