Uses of Class
org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
Packages that use AuthenticationInfo.Builder
-
Uses of AuthenticationInfo.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return AuthenticationInfo.BuilderModifier and TypeMethodDescriptionAuthenticationInfo.Builder.addAllSchemes(Iterable<String> values) Supported authentication schemes - e.g.AuthenticationInfo.Builder.addSchemes(String value) Supported authentication schemes - e.g.AuthenticationInfo.Builder.addSchemesBytes(com.google.protobuf.ByteString value) Supported authentication schemes - e.g.AuthenticationInfo.Builder.clear()AuthenticationInfo.Builder.clearCredentials()Optional credentialsAuthenticationInfo.Builder.clearSchemes()Supported authentication schemes - e.g.PushNotificationConfig.Builder.getAuthenticationBuilder()Information about the authentication to sent with the notificationAuthenticationInfo.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) Optional credentialsAuthenticationInfo.Builder.setCredentialsBytes(com.google.protobuf.ByteString value) Optional credentialsAuthenticationInfo.Builder.setSchemes(int index, String value) Supported authentication schemes - e.g.AuthenticationInfo.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type AuthenticationInfo.BuilderModifier and TypeMethodDescriptionPushNotificationConfig.Builder.setAuthentication(AuthenticationInfo.Builder builderForValue) Information about the authentication to sent with the notification