public interface GetSpaceNotificationSettingRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting
users/me/spaces/{space}/spaceNotificationSetting
, ORusers/user@example.com/spaces/{space}/spaceNotificationSetting
, ORusers/123456789/spaces/{space}/spaceNotificationSetting
. Note: Only the caller's user id or email is allowed in the path.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting
users/me/spaces/{space}/spaceNotificationSetting
, ORusers/user@example.com/spaces/{space}/spaceNotificationSetting
, ORusers/123456789/spaces/{space}/spaceNotificationSetting
. Note: Only the caller's user id or email is allowed in the path.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |