Uses of Class
org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
Packages that use AuthenticationInfo.Builder
-
Uses of AuthenticationInfo.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return AuthenticationInfo.BuilderModifier and TypeMethodDescriptionAuthenticationInfo.Builder.clear()AuthenticationInfo.Builder.clearCredentials()Push Notification credentials.AuthenticationInfo.Builder.clearScheme()HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).TaskPushNotificationConfig.Builder.getAuthenticationBuilder()Authentication information required to send the notification.AuthenticationInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AuthenticationInfo.Builder.mergeFrom(com.google.protobuf.Message other) AuthenticationInfo.Builder.mergeFrom(AuthenticationInfo other) static AuthenticationInfo.BuilderAuthenticationInfo.newBuilder()static AuthenticationInfo.BuilderAuthenticationInfo.newBuilder(AuthenticationInfo prototype) AuthenticationInfo.newBuilderForType()protected AuthenticationInfo.BuilderAuthenticationInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AuthenticationInfo.Builder.setCredentials(String value) Push Notification credentials.AuthenticationInfo.Builder.setCredentialsBytes(com.google.protobuf.ByteString value) Push Notification credentials.HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).AuthenticationInfo.Builder.setSchemeBytes(com.google.protobuf.ByteString value) HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).AuthenticationInfo.toBuilder()Methods in org.a2aproject.sdk.grpc with parameters of type AuthenticationInfo.BuilderModifier and TypeMethodDescriptionTaskPushNotificationConfig.Builder.setAuthentication(AuthenticationInfo.Builder builderForValue) Authentication information required to send the notification.