Package org.a2aproject.sdk.compat03.grpc
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 TypeMethodDescriptionInformation about the authentication to sent with the notificationInformation about the authentication to sent with the notificationgetId()A unique id for this push notification.com.google.protobuf.ByteStringA unique id for this push notification.getToken()Token unique for this task/sessioncom.google.protobuf.ByteStringToken unique for this task/sessiongetUrl()Url to send the notification toocom.google.protobuf.ByteStringUrl to send the notification toobooleanInformation about the authentication to sent with the notificationMethods 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
-
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;
-