Interface OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfo
,OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfo.Builder
- Enclosing class:
- OAuth2ConnectionMessages.OAuth2AuthResponseMessage
public static interface OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Name of the Group Note: Name is only sent to seeq for logging purposes.com.google.protobuf.ByteString
Name of the Group Note: Name is only sent to seeq for logging purposes.Security identifier of the group that uniquely identifies a group in the AD This maps to dataId in Seeqcom.google.protobuf.ByteString
Security identifier of the group that uniquely identifies a group in the AD This maps to dataId in Seeqboolean
hasName()
Name of the Group Note: Name is only sent to seeq for logging purposes.boolean
Security identifier of the group that uniquely identifies a group in the AD This maps to dataId in SeeqMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSecurityId
boolean hasSecurityId()Security identifier of the group that uniquely identifies a group in the AD This maps to dataId in Seeq
optional string securityId = 1;
- Returns:
- Whether the securityId field is set.
-
getSecurityId
String getSecurityId()Security identifier of the group that uniquely identifies a group in the AD This maps to dataId in Seeq
optional string securityId = 1;
- Returns:
- The securityId.
-
getSecurityIdBytes
com.google.protobuf.ByteString getSecurityIdBytes()Security identifier of the group that uniquely identifies a group in the AD This maps to dataId in Seeq
optional string securityId = 1;
- Returns:
- The bytes for securityId.
-
hasName
boolean hasName()Name of the Group Note: Name is only sent to seeq for logging purposes. Please use the securityId to identify the group in Seeq
optional string name = 2;
- Returns:
- Whether the name field is set.
-
getName
String getName()Name of the Group Note: Name is only sent to seeq for logging purposes. Please use the securityId to identify the group in Seeq
optional string name = 2;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the Group Note: Name is only sent to seeq for logging purposes. Please use the securityId to identify the group in Seeq
optional string name = 2;
- Returns:
- The bytes for name.
-