Interface GroupOrBuilder (0.7.0)

public interface GroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Resource name for a Google Group.

Represents a group in Cloud Identity Groups API.

Format: groups/{group}

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Resource name for a Google Group.

Represents a group in Cloud Identity Groups API.

Format: groups/{group}

string name = 1;

Returns
Type Description
ByteString

The bytes for name.