Package Arp.System.Nm.Services.Grpc
Interface INotificationManagerServiceOuterClass.INotificationManagerServiceGetNotificationNameIdRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
INotificationManagerServiceOuterClass.INotificationManagerServiceGetNotificationNameIdRequest,INotificationManagerServiceOuterClass.INotificationManagerServiceGetNotificationNameIdRequest.Builder
- Enclosing class:
INotificationManagerServiceOuterClass
public static interface INotificationManagerServiceOuterClass.INotificationManagerServiceGetNotificationNameIdRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring notificationName = 1;com.google.protobuf.ByteStringstring notificationName = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNotificationName
String getNotificationName()string notificationName = 1; -
getNotificationNameBytes
com.google.protobuf.ByteString getNotificationNameBytes()string notificationName = 1;
-