Package org.yamcs.protobuf
Interface ExternalIdentityInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExternalIdentityInfo,ExternalIdentityInfo.Builder
public interface ExternalIdentityInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentity()optional string identity = 1;com.google.protobuf.ByteStringgetIdentityBytes()optional string identity = 1;StringgetProvider()optional string provider = 2;com.google.protobuf.ByteStringgetProviderBytes()optional string provider = 2;booleanhasIdentity()optional string identity = 1;booleanhasProvider()optional string provider = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIdentity
boolean hasIdentity()
optional string identity = 1;
-
getIdentity
String getIdentity()
optional string identity = 1;
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
optional string identity = 1;
-
hasProvider
boolean hasProvider()
optional string provider = 2;
-
getProvider
String getProvider()
optional string provider = 2;
-
getProviderBytes
com.google.protobuf.ByteString getProviderBytes()
optional string provider = 2;
-
-