Interface AudienceOrBuilder (0.59.0)

public interface AudienceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.