Interface PushNotificationConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PushNotificationConfig, PushNotificationConfig.Builder

@Generated public interface PushNotificationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Information about the authentication to sent with the notification
    Information about the authentication to sent with the notification
    A unique id for this push notification.
    com.google.protobuf.ByteString
    A unique id for this push notification.
    Token unique for this task/session
    com.google.protobuf.ByteString
    Token unique for this task/session
    Url to send the notification too
    com.google.protobuf.ByteString
    Url to send the notification too
    boolean
    Information about the authentication to sent with the notification

    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

    • getId

      String getId()
       A unique id for this push notification.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       A unique id for this push notification.
       
      string id = 1;
      Returns:
      The bytes for id.
    • getUrl

      String getUrl()
       Url to send the notification too
       
      string url = 2;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       Url to send the notification too
       
      string url = 2;
      Returns:
      The bytes for url.
    • getToken

      String getToken()
       Token unique for this task/session
       
      string token = 3;
      Returns:
      The token.
    • getTokenBytes

      com.google.protobuf.ByteString getTokenBytes()
       Token unique for this task/session
       
      string token = 3;
      Returns:
      The bytes for token.
    • hasAuthentication

      boolean hasAuthentication()
       Information about the authentication to sent with the notification
       
      .a2a.v1.AuthenticationInfo authentication = 4;
      Returns:
      Whether the authentication field is set.
    • getAuthentication

      AuthenticationInfo getAuthentication()
       Information about the authentication to sent with the notification
       
      .a2a.v1.AuthenticationInfo authentication = 4;
      Returns:
      The authentication.
    • getAuthenticationOrBuilder

      AuthenticationInfoOrBuilder getAuthenticationOrBuilder()
       Information about the authentication to sent with the notification
       
      .a2a.v1.AuthenticationInfo authentication = 4;