Uses of Class
org.a2aproject.sdk.grpc.AuthenticationInfo
Packages that use AuthenticationInfo
-
Uses of AuthenticationInfo in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return AuthenticationInfoModifier and TypeMethodDescriptionAuthenticationInfo.Builder.build()AuthenticationInfo.Builder.buildPartial()TaskPushNotificationConfig.Builder.getAuthentication()Authentication information required to send the notification.TaskPushNotificationConfig.getAuthentication()Authentication information required to send the notification.TaskPushNotificationConfigOrBuilder.getAuthentication()Authentication information required to send the notification.static AuthenticationInfoAuthenticationInfo.getDefaultInstance()AuthenticationInfo.Builder.getDefaultInstanceForType()AuthenticationInfo.getDefaultInstanceForType()static AuthenticationInfoAuthenticationInfo.parseDelimitedFrom(InputStream input) static AuthenticationInfoAuthenticationInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationInfoAuthenticationInfo.parseFrom(byte[] data) static AuthenticationInfoAuthenticationInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationInfoAuthenticationInfo.parseFrom(com.google.protobuf.ByteString data) static AuthenticationInfoAuthenticationInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationInfoAuthenticationInfo.parseFrom(com.google.protobuf.CodedInputStream input) static AuthenticationInfoAuthenticationInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationInfoAuthenticationInfo.parseFrom(InputStream input) static AuthenticationInfoAuthenticationInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationInfoAuthenticationInfo.parseFrom(ByteBuffer data) static AuthenticationInfoAuthenticationInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type AuthenticationInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AuthenticationInfo>AuthenticationInfo.getParserForType()static com.google.protobuf.Parser<AuthenticationInfo>AuthenticationInfo.parser()Methods in org.a2aproject.sdk.grpc with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionTaskPushNotificationConfig.Builder.mergeAuthentication(AuthenticationInfo value) Authentication information required to send the notification.AuthenticationInfo.Builder.mergeFrom(AuthenticationInfo other) static AuthenticationInfo.BuilderAuthenticationInfo.newBuilder(AuthenticationInfo prototype) TaskPushNotificationConfig.Builder.setAuthentication(AuthenticationInfo value) Authentication information required to send the notification. -
Uses of AuthenticationInfo in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AuthenticationInfoModifier and TypeMethodDescriptionAuthenticationInfoMapper.toProto(AuthenticationInfo domain) Converts domain AuthenticationInfo to proto AuthenticationInfo.AuthenticationInfoMapperImpl.toProto(AuthenticationInfo domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionAuthenticationInfoMapper.fromProto(AuthenticationInfo proto) Converts proto AuthenticationInfo to domain AuthenticationInfo.AuthenticationInfoMapperImpl.fromProto(AuthenticationInfo proto)