public interface AudienceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() The resource name of the target
audience who can discover
or join the space. For details, see Make a space
discoverable to a target
audience.
Format: audiences/{audience}
To use the default target audience for the Google Workspace organization,
set to audiences/default.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() The resource name of the target
audience who can discover
or join the space. For details, see Make a space
discoverable to a target
audience.
Format: audiences/{audience}
To use the default target audience for the Google Workspace organization,
set to audiences/default.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |