Interface INotificationManagerServiceOuterClass.INotificationManagerServiceRegisterNotificationRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
INotificationManagerServiceOuterClass.INotificationManagerServiceRegisterNotificationRequest, INotificationManagerServiceOuterClass.INotificationManagerServiceRegisterNotificationRequest.Builder
Enclosing class:
INotificationManagerServiceOuterClass

public static interface INotificationManagerServiceOuterClass.INotificationManagerServiceRegisterNotificationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string notificationName = 1;
    com.google.protobuf.ByteString
    string notificationName = 1;
    string payloadTypeName = 4;
    com.google.protobuf.ByteString
    string payloadTypeName = 4;
    string senderName = 2;
    com.google.protobuf.ByteString
    string senderName = 2;
    .Arp.System.Nm.Services.Grpc.Severity severity = 3;
    int
    .Arp.System.Nm.Services.Grpc.Severity severity = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;
    • getSenderName

      String getSenderName()
      string senderName = 2;
    • getSenderNameBytes

      com.google.protobuf.ByteString getSenderNameBytes()
      string senderName = 2;
    • getSeverityValue

      int getSeverityValue()
      .Arp.System.Nm.Services.Grpc.Severity severity = 3;
    • getSeverity

      .Arp.System.Nm.Services.Grpc.Severity severity = 3;
    • getPayloadTypeName

      String getPayloadTypeName()
      string payloadTypeName = 4;
    • getPayloadTypeNameBytes

      com.google.protobuf.ByteString getPayloadTypeNameBytes()
      string payloadTypeName = 4;