public final class Group extends GeneratedMessage implements GroupOrBuilder
Information about an organizational group.
Protobuf type google.backstory.Group
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
ATTRIBUTE_FIELD_NUMBER
public static final int ATTRIBUTE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CREATION_TIME_FIELD_NUMBER
public static final int CREATION_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EMAIL_ADDRESSES_FIELD_NUMBER
public static final int EMAIL_ADDRESSES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
GROUP_DISPLAY_NAME_FIELD_NUMBER
public static final int GROUP_DISPLAY_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PRODUCT_OBJECT_ID_FIELD_NUMBER
public static final int PRODUCT_OBJECT_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
WINDOWS_SID_FIELD_NUMBER
public static final int WINDOWS_SID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Group getDefaultInstance()
| Returns |
| Type |
Description |
Group |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Group.Builder newBuilder()
newBuilder(Group prototype)
public static Group.Builder newBuilder(Group prototype)
| Parameter |
| Name |
Description |
prototype |
Group
|
parseDelimitedFrom(InputStream input)
public static Group parseDelimitedFrom(InputStream input)
| Returns |
| Type |
Description |
Group |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Group parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Group |
|
parseFrom(byte[] data)
public static Group parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
| Returns |
| Type |
Description |
Group |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Group parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Group |
|
parseFrom(ByteString data)
public static Group parseFrom(ByteString data)
| Returns |
| Type |
Description |
Group |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Group parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Group |
|
parseFrom(CodedInputStream input)
public static Group parseFrom(CodedInputStream input)
| Returns |
| Type |
Description |
Group |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Group parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Group |
|
parseFrom(InputStream input)
public static Group parseFrom(InputStream input)
| Returns |
| Type |
Description |
Group |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Group parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Group |
|
parseFrom(ByteBuffer data)
public static Group parseFrom(ByteBuffer data)
| Returns |
| Type |
Description |
Group |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Group parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Group |
|
parser()
public static Parser<Group> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAttribute()
public Attribute getAttribute()
Generic entity metadata attributes of the group.
.google.backstory.Attribute attribute = 4;
| Returns |
| Type |
Description |
Attribute |
The attribute.
|
getAttributeOrBuilder()
public AttributeOrBuilder getAttributeOrBuilder()
Generic entity metadata attributes of the group.
.google.backstory.Attribute attribute = 4;
getCreationTime() (deprecated)
public Timestamp getCreationTime()
Deprecated. google.backstory.Group.creation_time is deprecated. See backstory/udm.proto;l=4934
Group creation time.
Deprecated: creation_time should be populated in Attribute as generic
metadata.
.google.protobuf.Timestamp creation_time = 100 [deprecated = true];
| Returns |
| Type |
Description |
Timestamp |
The creationTime.
|
getCreationTimeOrBuilder() (deprecated)
public TimestampOrBuilder getCreationTimeOrBuilder()
Group creation time.
Deprecated: creation_time should be populated in Attribute as generic
metadata.
.google.protobuf.Timestamp creation_time = 100 [deprecated = true];
getDefaultInstanceForType()
public Group getDefaultInstanceForType()
| Returns |
| Type |
Description |
Group |
|
getEmailAddresses(int index)
public String getEmailAddresses(int index)
Email addresses of the group.
repeated string email_addresses = 2;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The emailAddresses at the given index.
|
getEmailAddressesBytes(int index)
public ByteString getEmailAddressesBytes(int index)
Email addresses of the group.
repeated string email_addresses = 2;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the emailAddresses at the given index.
|
getEmailAddressesCount()
public int getEmailAddressesCount()
Email addresses of the group.
repeated string email_addresses = 2;
| Returns |
| Type |
Description |
int |
The count of emailAddresses.
|
getEmailAddressesList()
public ProtocolStringList getEmailAddressesList()
Email addresses of the group.
repeated string email_addresses = 2;
getGroupDisplayName()
public String getGroupDisplayName()
Group display name. e.g. "Finance".
string group_display_name = 101;
| Returns |
| Type |
Description |
String |
The groupDisplayName.
|
getGroupDisplayNameBytes()
public ByteString getGroupDisplayNameBytes()
Group display name. e.g. "Finance".
string group_display_name = 101;
| Returns |
| Type |
Description |
ByteString |
The bytes for groupDisplayName.
|
getParserForType()
public Parser<Group> getParserForType()
Overrides
getProductObjectId()
public String getProductObjectId()
Product globally unique user object identifier, such as an LDAP Object
Identifier.
string product_object_id = 1;
| Returns |
| Type |
Description |
String |
The productObjectId.
|
getProductObjectIdBytes()
public ByteString getProductObjectIdBytes()
Product globally unique user object identifier, such as an LDAP Object
Identifier.
string product_object_id = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for productObjectId.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getWindowsSid()
public String getWindowsSid()
Microsoft Windows SID of the group.
string windows_sid = 3;
| Returns |
| Type |
Description |
String |
The windowsSid.
|
getWindowsSidBytes()
public ByteString getWindowsSidBytes()
Microsoft Windows SID of the group.
string windows_sid = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for windowsSid.
|
hasAttribute()
public boolean hasAttribute()
Generic entity metadata attributes of the group.
.google.backstory.Attribute attribute = 4;
| Returns |
| Type |
Description |
boolean |
Whether the attribute field is set.
|
hasCreationTime() (deprecated)
public boolean hasCreationTime()
Deprecated. google.backstory.Group.creation_time is deprecated. See backstory/udm.proto;l=4934
Group creation time.
Deprecated: creation_time should be populated in Attribute as generic
metadata.
.google.protobuf.Timestamp creation_time = 100 [deprecated = true];
| Returns |
| Type |
Description |
boolean |
Whether the creationTime field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Group.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Group.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Group.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides