public interface GroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttribute()
public abstract Attribute getAttribute()Generic entity metadata attributes of the group.
.google.backstory.Attribute attribute = 4;
| Returns | |
|---|---|
| Type | Description |
Attribute |
The attribute. |
getAttributeOrBuilder()
public abstract AttributeOrBuilder getAttributeOrBuilder()Generic entity metadata attributes of the group.
.google.backstory.Attribute attribute = 4;
| Returns | |
|---|---|
| Type | Description |
AttributeOrBuilder |
|
getCreationTime() (deprecated)
public abstract 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 abstract TimestampOrBuilder getCreationTimeOrBuilder()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 |
TimestampOrBuilder |
|
getEmailAddresses(int index)
public abstract String getEmailAddresses(int index)Email addresses of the group.
repeated string email_addresses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The emailAddresses at the given index. |
getEmailAddressesBytes(int index)
public abstract ByteString getEmailAddressesBytes(int index)Email addresses of the group.
repeated string email_addresses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the emailAddresses at the given index. |
getEmailAddressesCount()
public abstract int getEmailAddressesCount()Email addresses of the group.
repeated string email_addresses = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of emailAddresses. |
getEmailAddressesList()
public abstract List<String> getEmailAddressesList()Email addresses of the group.
repeated string email_addresses = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the emailAddresses. |
getGroupDisplayName()
public abstract String getGroupDisplayName()Group display name. e.g. "Finance".
string group_display_name = 101;
| Returns | |
|---|---|
| Type | Description |
String |
The groupDisplayName. |
getGroupDisplayNameBytes()
public abstract ByteString getGroupDisplayNameBytes()Group display name. e.g. "Finance".
string group_display_name = 101;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for groupDisplayName. |
getProductObjectId()
public abstract 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 abstract 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. |
getWindowsSid()
public abstract String getWindowsSid()Microsoft Windows SID of the group.
string windows_sid = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The windowsSid. |
getWindowsSidBytes()
public abstract ByteString getWindowsSidBytes()Microsoft Windows SID of the group.
string windows_sid = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for windowsSid. |
hasAttribute()
public abstract 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 abstract 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. |