public interface GetNotificationChannelDescriptorRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The channel type for which to execute the request.
|
ByteString |
getNameBytes()
The channel type for which to execute the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The channel type for which to execute the request. The format is `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
string name = 3;
ByteString getNameBytes()
The channel type for which to execute the request. The format is `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
string name = 3;